Loading src/Tools/tnl-decompose-mesh.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -55,10 +55,10 @@ struct MeshWorldDimensionTag< DecomposeMeshConfigTag, CellTopology, WorldDimensi { enum { enabled = ( WorldDimension == CellTopology::dimension ) }; }; // Meshes are enabled only for types explicitly listed below. template<> struct MeshRealTag< DecomposeMeshConfigTag, float > { enum { enabled = false }; }; template<> struct MeshRealTag< DecomposeMeshConfigTag, float > { enum { enabled = true }; }; template<> struct MeshRealTag< DecomposeMeshConfigTag, double > { enum { enabled = true }; }; template<> struct MeshGlobalIndexTag< DecomposeMeshConfigTag, int > { enum { enabled = true }; }; template<> struct MeshGlobalIndexTag< DecomposeMeshConfigTag, long int > { enum { enabled = false }; }; template<> struct MeshGlobalIndexTag< DecomposeMeshConfigTag, long int > { enum { enabled = true }; }; template<> struct MeshLocalIndexTag< DecomposeMeshConfigTag, short int > { enum { enabled = true }; }; // Config tag specifying the MeshConfig template to use. Loading src/Tools/tnl-game-of-life.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -44,10 +44,10 @@ struct MeshWorldDimensionTag< MyConfigTag, CellTopology, WorldDimension > { enum { enabled = ( WorldDimension == CellTopology::dimension ) }; }; // Meshes are enabled only for types explicitly listed below. template<> struct MeshRealTag< MyConfigTag, float > { enum { enabled = false }; }; template<> struct MeshRealTag< MyConfigTag, float > { enum { enabled = true }; }; template<> struct MeshRealTag< MyConfigTag, double > { enum { enabled = true }; }; template<> struct MeshGlobalIndexTag< MyConfigTag, int > { enum { enabled = true }; }; template<> struct MeshGlobalIndexTag< MyConfigTag, long int > { enum { enabled = false }; }; template<> struct MeshGlobalIndexTag< MyConfigTag, long int > { enum { enabled = true }; }; template<> struct MeshLocalIndexTag< MyConfigTag, short int > { enum { enabled = true }; }; // Config tag specifying the MeshConfig template to use. Loading src/Tools/tnl-mesh-converter.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -49,10 +49,10 @@ struct MeshWorldDimensionTag< MeshConverterConfigTag, CellTopology, WorldDimensi { enum { enabled = ( WorldDimension == CellTopology::dimension ) }; }; // Meshes are enabled only for types explicitly listed below. template<> struct MeshRealTag< MeshConverterConfigTag, float > { enum { enabled = false }; }; template<> struct MeshRealTag< MeshConverterConfigTag, float > { enum { enabled = true }; }; template<> struct MeshRealTag< MeshConverterConfigTag, double > { enum { enabled = true }; }; template<> struct MeshGlobalIndexTag< MeshConverterConfigTag, int > { enum { enabled = true }; }; template<> struct MeshGlobalIndexTag< MeshConverterConfigTag, long int > { enum { enabled = false }; }; template<> struct MeshGlobalIndexTag< MeshConverterConfigTag, long int > { enum { enabled = true }; }; template<> struct MeshLocalIndexTag< MeshConverterConfigTag, short int > { enum { enabled = true }; }; // Config tag specifying the MeshConfig template to use. Loading src/Tools/tnl-test-distributed-mesh.h +2 −2 Original line number Diff line number Diff line Loading @@ -55,10 +55,10 @@ struct MeshWorldDimensionTag< MyConfigTag, CellTopology, WorldDimension > { enum { enabled = ( WorldDimension == CellTopology::dimension ) }; }; // Meshes are enabled only for types explicitly listed below. template<> struct MeshRealTag< MyConfigTag, float > { enum { enabled = false }; }; template<> struct MeshRealTag< MyConfigTag, float > { enum { enabled = true }; }; template<> struct MeshRealTag< MyConfigTag, double > { enum { enabled = true }; }; template<> struct MeshGlobalIndexTag< MyConfigTag, int > { enum { enabled = true }; }; template<> struct MeshGlobalIndexTag< MyConfigTag, long int > { enum { enabled = false }; }; template<> struct MeshGlobalIndexTag< MyConfigTag, long int > { enum { enabled = true }; }; template<> struct MeshLocalIndexTag< MyConfigTag, short int > { enum { enabled = true }; }; // Config tag specifying the MeshConfig template to use. Loading Loading
src/Tools/tnl-decompose-mesh.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -55,10 +55,10 @@ struct MeshWorldDimensionTag< DecomposeMeshConfigTag, CellTopology, WorldDimensi { enum { enabled = ( WorldDimension == CellTopology::dimension ) }; }; // Meshes are enabled only for types explicitly listed below. template<> struct MeshRealTag< DecomposeMeshConfigTag, float > { enum { enabled = false }; }; template<> struct MeshRealTag< DecomposeMeshConfigTag, float > { enum { enabled = true }; }; template<> struct MeshRealTag< DecomposeMeshConfigTag, double > { enum { enabled = true }; }; template<> struct MeshGlobalIndexTag< DecomposeMeshConfigTag, int > { enum { enabled = true }; }; template<> struct MeshGlobalIndexTag< DecomposeMeshConfigTag, long int > { enum { enabled = false }; }; template<> struct MeshGlobalIndexTag< DecomposeMeshConfigTag, long int > { enum { enabled = true }; }; template<> struct MeshLocalIndexTag< DecomposeMeshConfigTag, short int > { enum { enabled = true }; }; // Config tag specifying the MeshConfig template to use. Loading
src/Tools/tnl-game-of-life.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -44,10 +44,10 @@ struct MeshWorldDimensionTag< MyConfigTag, CellTopology, WorldDimension > { enum { enabled = ( WorldDimension == CellTopology::dimension ) }; }; // Meshes are enabled only for types explicitly listed below. template<> struct MeshRealTag< MyConfigTag, float > { enum { enabled = false }; }; template<> struct MeshRealTag< MyConfigTag, float > { enum { enabled = true }; }; template<> struct MeshRealTag< MyConfigTag, double > { enum { enabled = true }; }; template<> struct MeshGlobalIndexTag< MyConfigTag, int > { enum { enabled = true }; }; template<> struct MeshGlobalIndexTag< MyConfigTag, long int > { enum { enabled = false }; }; template<> struct MeshGlobalIndexTag< MyConfigTag, long int > { enum { enabled = true }; }; template<> struct MeshLocalIndexTag< MyConfigTag, short int > { enum { enabled = true }; }; // Config tag specifying the MeshConfig template to use. Loading
src/Tools/tnl-mesh-converter.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -49,10 +49,10 @@ struct MeshWorldDimensionTag< MeshConverterConfigTag, CellTopology, WorldDimensi { enum { enabled = ( WorldDimension == CellTopology::dimension ) }; }; // Meshes are enabled only for types explicitly listed below. template<> struct MeshRealTag< MeshConverterConfigTag, float > { enum { enabled = false }; }; template<> struct MeshRealTag< MeshConverterConfigTag, float > { enum { enabled = true }; }; template<> struct MeshRealTag< MeshConverterConfigTag, double > { enum { enabled = true }; }; template<> struct MeshGlobalIndexTag< MeshConverterConfigTag, int > { enum { enabled = true }; }; template<> struct MeshGlobalIndexTag< MeshConverterConfigTag, long int > { enum { enabled = false }; }; template<> struct MeshGlobalIndexTag< MeshConverterConfigTag, long int > { enum { enabled = true }; }; template<> struct MeshLocalIndexTag< MeshConverterConfigTag, short int > { enum { enabled = true }; }; // Config tag specifying the MeshConfig template to use. Loading
src/Tools/tnl-test-distributed-mesh.h +2 −2 Original line number Diff line number Diff line Loading @@ -55,10 +55,10 @@ struct MeshWorldDimensionTag< MyConfigTag, CellTopology, WorldDimension > { enum { enabled = ( WorldDimension == CellTopology::dimension ) }; }; // Meshes are enabled only for types explicitly listed below. template<> struct MeshRealTag< MyConfigTag, float > { enum { enabled = false }; }; template<> struct MeshRealTag< MyConfigTag, float > { enum { enabled = true }; }; template<> struct MeshRealTag< MyConfigTag, double > { enum { enabled = true }; }; template<> struct MeshGlobalIndexTag< MyConfigTag, int > { enum { enabled = true }; }; template<> struct MeshGlobalIndexTag< MyConfigTag, long int > { enum { enabled = false }; }; template<> struct MeshGlobalIndexTag< MyConfigTag, long int > { enum { enabled = true }; }; template<> struct MeshLocalIndexTag< MyConfigTag, short int > { enum { enabled = true }; }; // Config tag specifying the MeshConfig template to use. Loading