remove all files
This commit is contained in:
@@ -1 +0,0 @@
|
||||
#include "fesa/Analysis/Analysis.hpp"
|
||||
@@ -1 +0,0 @@
|
||||
#include "fesa/Assembly/Assembly.hpp"
|
||||
@@ -1 +0,0 @@
|
||||
#include "fesa/Boundary/Boundary.hpp"
|
||||
@@ -1 +0,0 @@
|
||||
#include "fesa/Core/Core.hpp"
|
||||
@@ -1 +0,0 @@
|
||||
#include "fesa/Element/Element.hpp"
|
||||
@@ -1 +0,0 @@
|
||||
#include "fesa/IO/IO.hpp"
|
||||
@@ -1 +0,0 @@
|
||||
#include "fesa/Load/Load.hpp"
|
||||
@@ -1 +0,0 @@
|
||||
#include "fesa/Material/Material.hpp"
|
||||
@@ -1 +0,0 @@
|
||||
#include "fesa/Math/Math.hpp"
|
||||
@@ -1 +0,0 @@
|
||||
#include "fesa/Property/Property.hpp"
|
||||
@@ -1 +0,0 @@
|
||||
#include "fesa/Results/Results.hpp"
|
||||
@@ -1 +0,0 @@
|
||||
#include "fesa/Util/Util.hpp"
|
||||
@@ -1,8 +0,0 @@
|
||||
#include "fesa/fesa.hpp"
|
||||
|
||||
namespace fesa {
|
||||
static_assert(sizeof(GlobalId) == 8, "GlobalId must remain 64-bit");
|
||||
static_assert(sizeof(EquationId) == 8, "EquationId must remain 64-bit");
|
||||
static_assert(sizeof(SparseIndex) == 8, "SparseIndex must remain 64-bit");
|
||||
static_assert(sizeof(Real) == 8, "Real must remain double precision");
|
||||
} // namespace fesa
|
||||
Reference in New Issue
Block a user