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

Comparing branches/new_design/OOPSE-4/src/integrators/NVE.cpp (file contents):
Revision 1764 by tim, Fri Nov 19 17:56:32 2004 UTC vs.
Revision 1765 by tim, Mon Nov 22 20:55:52 2004 UTC

# Line 47 | Line 47 | void NVE::moveA(){
47  
48   void NVE::moveA(){
49      typename SimInfo::MoleculeIterator i;
50 <    std::vector<StuntDouble*>::iterator j;
50 >    typename Molecule::IntegrableObjectIterator  j;
51      Molecule* mol;
52      StuntDouble* integrableObject;
53      Vector3d vel;
# Line 102 | Line 102 | void NVE::moveB(){
102  
103   void NVE::moveB(){
104      typename SimInfo::MoleculeIterator i;
105 <    std::vector<StuntDouble*>::iterator j;
105 >    typename Molecule::IntegrableObjectIterator  j;
106      Molecule* mol;
107      StuntDouble* integrableObject;
108      Vector3d vel;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines