Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Box.cpp

    ra2a2f7 r25aa5a  
    127127}
    128128
    129 void Box::setM(RealSpaceMatrix _M){
     129void Box::setM(const RealSpaceMatrix &_M){
    130130  ASSERT(_M.determinant()!=0,"Matrix in Box construction was not invertible");
    131131  OBSERVE;
Note: See TracChangeset for help on using the changeset viewer.