Changes in src/World.hpp [43dad6:84c494]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/World.hpp
r43dad6 r84c494 34 34 class AtomDescriptor_impl; 35 35 template<typename T> class AtomsCalculation; 36 class Box; 36 37 class config; 37 38 class ManipulateAtomsProcess; 39 class Matrix; 38 40 class molecule; 39 41 class MoleculeDescriptor; … … 125 127 * get the domain size as a symmetric matrix (6 components) 126 128 */ 127 double * getDomain(); 129 Box& getDomain(); 130 131 /** 132 * Set the domain size from a matrix object 133 * 134 * Matrix needs to be symmetric 135 */ 136 void setDomain(const Matrix &mat); 128 137 129 138 /** … … 257 266 periodentafel *periode; 258 267 config *configuration; 259 static double*cell_size;268 Box *cell_size; 260 269 std::string defaultName; 261 270 class ThermoStatContainer *Thermostats;
Note:
See TracChangeset
for help on using the changeset viewer.