ENH: FaceCellWave,PointEdgeWave : contiguous underlying data type

This commit is contained in:
mattijs
2010-12-20 17:16:30 +00:00
parent f46446f1b1
commit af7c53443e
18 changed files with 407 additions and 165 deletions

View File

@ -195,6 +195,14 @@ public:
};
//- Data associated with topoDistanceData type are contiguous
template<>
inline bool contiguous<topoDistanceData>()
{
return true;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
} // End namespace Foam