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

Comparing branches/new_design/OOPSE-4/src/integrators/NVT.cpp (file contents):
Revision 1871 by tim, Thu Dec 9 16:22:42 2004 UTC vs.
Revision 1883 by tim, Mon Dec 13 22:30:27 2004 UTC

# Line 6 | Line 6 | static IntegratorBuilder<NVT>* NVTCreator = new Integr
6  
7   namespace oopse {
8  
9 static IntegratorBuilder<NVT>* NVTCreator = new IntegratorBuilder<NVT>("NVT");
10
9   NVT::NVT(SimInfo* info) : VelocityVerletIntegrator(info), chiTolerance_ (1e-6) {
10  
11      Globals* simParams = info_->getSimParams();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines