Changes in src/Box.cpp [25aa5a:a2a2f7]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Box.cpp
r25aa5a ra2a2f7 127 127 } 128 128 129 void Box::setM( const RealSpaceMatrix &_M){129 void Box::setM(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.