Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/Values.hpp

    r06aedc r7d9416  
    1818class Box;
    1919class BoxVector;
     20class RealSpaceMatrix;
    2021class Vector;
    2122
     
    3738 * as BoxValue and lateron inside the CommandLineQuery placed into the real Box.
    3839 */
    39 struct BoxValue
     40struct RealSpaceMatrixValue
    4041{
    4142  double matrix[(NDIM*(NDIM+1))/2];
    4243
    43   Box toBox() const;
     44  RealSpaceMatrix toRealSpaceMatrix() const;
    4445};
    4546
Note: See TracChangeset for help on using the changeset viewer.