Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/Values.hpp

    r7d9416 r06aedc  
    1818class Box;
    1919class BoxVector;
    20 class RealSpaceMatrix;
    2120class Vector;
    2221
     
    3837 * as BoxValue and lateron inside the CommandLineQuery placed into the real Box.
    3938 */
    40 struct RealSpaceMatrixValue
     39struct BoxValue
    4140{
    4241  double matrix[(NDIM*(NDIM+1))/2];
    4342
    44   RealSpaceMatrix toRealSpaceMatrix() const;
     43  Box toBox() const;
    4544};
    4645
Note: See TracChangeset for help on using the changeset viewer.