12 #ifndef BEMBEL_SRC_GEOMETRY_SURFACEPOINT_HPP_
13 #define BEMBEL_SRC_GEOMETRY_SURFACEPOINT_HPP_
14 #include <Eigen/StdVector>
49 typedef std::vector<SurfacePoint, Eigen::aligned_allocator<SurfacePoint>>
Eigen::Matrix< double, 12, 1 > SurfacePoint
typedef of SurfacePoint
std::vector< SurfacePoint, Eigen::aligned_allocator< SurfacePoint > > ElementSurfacePoints
typedef std::vector<SurfacePoint> with aligned allocator of Eigen for compatibility with older compil...