Changes in src/Box.hpp [7ac4af:c538d1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Box.hpp
r7ac4af rc538d1 11 11 class Matrix; 12 12 class Vector; 13 class Shape; 13 14 14 15 #include <list> … … 84 85 double periodicDistance(const Vector &point1,const Vector &point2) const; 85 86 87 Shape getShape() const; 88 86 89 private: 87 90 Matrix *M; //!< Defines the layout of the box
Note:
See TracChangeset
for help on using the changeset viewer.