Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/World.hpp

    r43dad6 r84c494  
    3434class AtomDescriptor_impl;
    3535template<typename T> class AtomsCalculation;
     36class Box;
    3637class config;
    3738class ManipulateAtomsProcess;
     39class Matrix;
    3840class molecule;
    3941class MoleculeDescriptor;
     
    125127   * get the domain size as a symmetric matrix (6 components)
    126128   */
    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);
    128137
    129138  /**
     
    257266  periodentafel *periode;
    258267  config *configuration;
    259   static double *cell_size;
     268  Box *cell_size;
    260269  std::string defaultName;
    261270  class ThermoStatContainer *Thermostats;
Note: See TracChangeset for help on using the changeset viewer.