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