Emdee
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
eulercromerintegrator.h
Go to the documentation of this file.
1 #ifndef EULERCROMERINTEGRATOR_H
2 #define EULERCROMERINTEGRATOR_H
3 
5 
7 {
8 public:
9  EulerCromerIntegrator(MoleculeSystem *moleculeSystem);
10  void initialize();
11  void stepForward();
12 };
13 
14 #endif // EULERCROMERINTEGRATOR_H