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