Changes in src/Box.cpp [a2a2f7:25aa5a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Box.cpp
ra2a2f7 r25aa5a 127 127 } 128 128 129 void Box::setM( RealSpaceMatrix_M){129 void Box::setM(const RealSpaceMatrix &_M){ 130 130 ASSERT(_M.determinant()!=0,"Matrix in Box construction was not invertible"); 131 131 OBSERVE;
Note:
See TracChangeset
for help on using the changeset viewer.