Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Box.hpp

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