Skip to content
Snippets Groups Projects
Commit 94e79a55 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Removed MeshEntityIntegrityChecker.h (unused)

parent 464637b7
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@ SET( headers ConfigValidator.h
EntityStorageRebinder.h
IndexPermutationApplier.h
MeshEntityIndex.h
MeshEntityIntegrityChecker.h
MeshEntityOrientation.h
MeshEntityReferenceOrientation.h
MeshEntity_impl.h
......
/***************************************************************************
MeshEntityIntegrityChecker.h - description
-------------------
begin : Mar 20, 2014
copyright : (C) 2014 by Tomas Oberhuber et al.
email : tomas.oberhuber@fjfi.cvut.cz
***************************************************************************/
/* See Copyright Notice in tnl/Copyright */
/***
* Authors:
* Oberhuber Tomas, tomas.oberhuber@fjfi.cvut.cz
* Zabka Vitezslav, zabkav@gmail.com
*/
#pragma once
namespace TNL {
namespace Meshes {
template< typename MeshEntity >
class MeshEntityIntegrityChecker
{
public:
static bool checkEntity( const MeshEntity& entity )
{
return true;
}
};
} // namespace Meshes
} // namespace TNL
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment