Skip to content
Snippets Groups Projects
Commit a184a905 authored by wenqing's avatar wenqing Committed by Tom Fischer
Browse files

[MeshLib] Resolved the namespace conflict with VTK

parent bfc9be49
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,7 @@ TemplateElement<ELEMENT_RULE>::TemplateElement(const TemplateElement &e) ...@@ -51,6 +51,7 @@ TemplateElement<ELEMENT_RULE>::TemplateElement(const TemplateElement &e)
this->_content = e.getContent(); this->_content = e.getContent();
} }
namespace details namespace details
{ {
...@@ -75,7 +76,8 @@ isEdge(unsigned const (&/*edge_nodes*/)[1], unsigned /*idx1*/, unsigned /*idx2*/ ...@@ -75,7 +76,8 @@ isEdge(unsigned const (&/*edge_nodes*/)[1], unsigned /*idx1*/, unsigned /*idx2*/
return false; return false;
} }
} // namespace details } // namespace details
template <class ELEMENT_RULE> template <class ELEMENT_RULE>
bool TemplateElement<ELEMENT_RULE>::isEdge(unsigned idx1, unsigned idx2) const bool TemplateElement<ELEMENT_RULE>::isEdge(unsigned idx1, unsigned idx2) const
......
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