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

ENH: tetCell: define as being contiguous

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