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 763 by tim, Mon Sep 15 16:52:02 2003 UTC vs.
Revision 768 by mmeineke, Wed Sep 17 14:22:15 2003 UTC

# Line 107 | Line 107 | template<typename T> void NVT<T>::moveA() {
107        dAtom->setJ( ji );
108        dAtom->setA( A  );    
109      }    
110 +  }
111 +  
112 +  if (nConstrained){
113 +    constrainA();
114    }
115  
116    // Finally, evolve chi a half step (just like a velocity) using
# Line 190 | Line 194 | template<typename T> void NVT<T>::moveB( void ){
194        }
195      }
196  
197 +    if (nConstrained){
198 +      constrainB();
199 +    }
200 +
201      if (fabs(prevChi - chi) <= chiTolerance) break;
202    }
203    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines