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

@ -40,9 +40,6 @@ SourceFiles
#define pointData_H
#include "pointEdgePoint.H"
//#include "point.H"
//#include "label.H"
//#include "tensor.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -158,6 +155,14 @@ public:
};
//- Data associated with pointData as contiguous as pointEdgePoint
template<>
inline bool contiguous<pointData>()
{
return contiguous<pointEdgePoint>();
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
} // End namespace Foam