ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-2.0/src/integrators/NPTi.cpp
(Generate patch)

Comparing branches/new_design/OOPSE-2.0/src/integrators/NPTi.cpp (file contents):
Revision 1822 by tim, Thu Dec 2 02:08:29 2004 UTC vs.
Revision 1837 by tim, Thu Dec 2 22:15:31 2004 UTC

# Line 1 | Line 1
1   #include "NPTi.hpp"
2   #include "brains/SimInfo.hpp"
3   #include "brains/Thermo.hpp"
4 + #include "integrators/IntegratorCreator.hpp"
5   #include "integrators/NPT.hpp"
6   #include "primitives/Molecule.hpp"
7   #include "utils/OOPSEConstant.hpp"
# Line 8 | Line 9 | namespace oopse {
9  
10   namespace oopse {
11  
12 + static IntegratorBuilder<NPTi>* NPTiCreator = new IntegratorBuilder<NPTi>("NPTi");
13 +
14   // Basic isotropic thermostating and barostating via the Melchionna
15   // modification of the Hoover algorithm:
16   //

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines