ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/NVT.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/NVT.cpp (file contents):
Revision 1234 by tim, Fri Jun 4 03:15:31 2004 UTC vs.
Revision 1268 by tim, Fri Jun 11 17:16:21 2004 UTC

# Line 111 | Line 111 | template<typename T> void NVT<T>::moveA() {
111      }
112    }
113  
114 <  rattle->doRattleA();
114 >  consFramework->doConstrainA();
115  
116    // Finally, evolve chi a half step (just like a velocity) using
117    // temperature at time t, not time t+dt/2
# Line 191 | Line 191 | template<typename T> void NVT<T>::moveB( void ){
191        }
192      }
193  
194 <    rattle->doRattleB();
194 >    consFramework->doConstrainB();
195  
196      if (fabs(prevChi - chi) <= chiTolerance) break;
197    }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines