Changes in src/Actions/Values.hpp [7d9416:06aedc]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/Values.hpp
r7d9416 r06aedc 18 18 class Box; 19 19 class BoxVector; 20 class RealSpaceMatrix;21 20 class Vector; 22 21 … … 38 37 * as BoxValue and lateron inside the CommandLineQuery placed into the real Box. 39 38 */ 40 struct RealSpaceMatrixValue39 struct BoxValue 41 40 { 42 41 double matrix[(NDIM*(NDIM+1))/2]; 43 42 44 RealSpaceMatrix toRealSpaceMatrix() const;43 Box toBox() const; 45 44 }; 46 45
Note:
See TracChangeset
for help on using the changeset viewer.