Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Filling/Mesh/CubeMesh.hpp

    r5d81e5 r2382d7  
    2525public:
    2626  CubeMesh(const Vector &counts, const Vector &offset, const RealSpaceMatrix &M);
     27  CubeMesh(const std::vector< unsigned int > &counts, const Vector &offset, const RealSpaceMatrix &M);
    2728  virtual ~CubeMesh();
    2829
     30  void init(const std::vector< unsigned int > &counts, const Vector &offset, const RealSpaceMatrix &M);
    2931};
    3032
Note: See TracChangeset for help on using the changeset viewer.