Skip to content
Snippets Groups Projects
Commit 6d970f6c authored by mattijs's avatar mattijs
Browse files

ENH: tetCell: define as being contiguous

parent a44de4c5
No related merge requests found
...@@ -115,6 +115,13 @@ public: ...@@ -115,6 +115,13 @@ public:
}; };
// * * * * * * * * * * * * * * * Global Functions * * * * * * * * * * * * * //
//- Data associated with the type are contiguous
template<>
inline bool contiguous<tetCell>() {return true;}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
} // End namespace Foam } // End namespace Foam
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment