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

Comparing branches/new_design/OOPSE-3.0/src/integrators/NVE.cpp (file contents):
Revision 1912 by tim, Tue Jan 4 22:18:36 2005 UTC vs.
Revision 1913 by tim, Mon Jan 10 22:04:20 2005 UTC

# Line 31 | Line 31
31    * @version 1.0
32    */
33  
34 #include "integrators/IntegratorCreator.hpp"  
34   #include "integrators/NVE.hpp"
35   #include "primitives/Molecule.hpp"
36   #include "utils/OOPSEConstant.hpp"
37  
38   namespace oopse {
39  
41 //static IntegratorBuilder<NVE>* NVECreator = new IntegratorBuilder<NVE>("NVE");
40  
41   NVE::NVE(SimInfo* info) : VelocityVerletIntegrator(info){
42  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines