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

Comparing branches/new_design/OOPSE-3.0/src/integrators/NVT.cpp (file contents):
Revision 1836 by tim, Thu Dec 2 00:26:23 2004 UTC vs.
Revision 1837 by tim, Thu Dec 2 22:15:31 2004 UTC

# Line 1 | Line 1
1 + #include "integrators/IntegratorCreator.hpp"
2   #include "integrators/NVT.hpp"
3   #include "primitives/Molecule.hpp"
4   #include "utils/simError.h"
5   #include "utils/OOPSEConstant.hpp"
6 +
7   namespace oopse {
8  
9 + static IntegratorBuilder<NVT>* NVTCreator = new IntegratorBuilder<NVT>("NVT");
10 +
11   NVT::NVT(SimInfo* info) : VelocityVerletIntegrator(info), chiTolerance_ (1e-6) {
12  
13      Globals* globals = info_->getGlobals();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines