Skip to content
Snippets Groups Projects

Restore windows and old-gmm compatibility

Merged Boman Romain requested to merge fix_gmm into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -23,7 +23,9 @@ enum class ELTYPE
HEX8 = 5,
POINT1 = 15
};
#ifndef SWIG
TBOX_API std::ostream &operator<<(std::ostream &out, ELTYPE const &obj);
#endif
enum class MATTYPE
{
@@ -31,7 +33,9 @@ enum class MATTYPE
MAT_M,
MAT_S
};
#ifndef SWIG
TBOX_API std::ostream &operator<<(std::ostream &out, MATTYPE const &obj);
#endif
/**
* @brief Base finite element class
Loading