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

Comparing branches/new_design/OOPSE-2.0/src/integrators/NVE.cpp (file contents):
Revision 1725 by tim, Tue Nov 9 23:11:39 2004 UTC vs.
Revision 1726 by tim, Wed Nov 10 22:50:03 2004 UTC

# Line 42 | Line 42 | NVE::moveA(){
42   }
43  
44   NVE::moveA(){
45 <    std::vector<Molecule*>::iterator i;
45 >    typename SimInfo::MoleculeIterator i;
46      std::vector<StuntDouble*>::iterator j;
47      Molecule* mol;
48      StuntDouble* integrableObject;
# Line 99 | Line 99 | NVE::moveB(){
99   }    
100  
101   NVE::moveB(){
102 <    std::vector<Molecule*>::iterator i;
102 >    typename SimInfo::MoleculeIterator i;
103      std::vector<StuntDouble*>::iterator j;
104      Molecule* mol;
105      StuntDouble* integrableObject;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines