Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Box.hpp

    r7ac4af rc538d1  
    1111class Matrix;
    1212class Vector;
     13class Shape;
    1314
    1415#include <list>
     
    8485  double periodicDistance(const Vector &point1,const Vector &point2) const;
    8586
     87  Shape getShape() const;
     88
    8689private:
    8790  Matrix *M;    //!< Defines the layout of the box
Note: See TracChangeset for help on using the changeset viewer.