Loading src/TNL/Meshes/Mesh.h +2 −0 Original line number Diff line number Diff line Loading @@ -150,6 +150,8 @@ class Mesh bool operator==( const Mesh& mesh ) const; bool operator!=( const Mesh& mesh ) const; void writeProlog( Logger& logger ); protected: Loading src/TNL/Meshes/MeshDetails/Mesh_impl.h +8 −0 Original line number Diff line number Diff line Loading @@ -249,6 +249,14 @@ operator==( const Mesh& mesh ) const return StorageBaseType::operator==( mesh ); } template< typename MeshConfig, typename Device > bool Mesh< MeshConfig, Device >:: operator!=( const Mesh& mesh ) const { return ! operator==( mesh ); } template< typename MeshConfig, typename Device > void Mesh< MeshConfig, Device >:: Loading Loading
src/TNL/Meshes/Mesh.h +2 −0 Original line number Diff line number Diff line Loading @@ -150,6 +150,8 @@ class Mesh bool operator==( const Mesh& mesh ) const; bool operator!=( const Mesh& mesh ) const; void writeProlog( Logger& logger ); protected: Loading
src/TNL/Meshes/MeshDetails/Mesh_impl.h +8 −0 Original line number Diff line number Diff line Loading @@ -249,6 +249,14 @@ operator==( const Mesh& mesh ) const return StorageBaseType::operator==( mesh ); } template< typename MeshConfig, typename Device > bool Mesh< MeshConfig, Device >:: operator!=( const Mesh& mesh ) const { return ! operator==( mesh ); } template< typename MeshConfig, typename Device > void Mesh< MeshConfig, Device >:: Loading