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

Comparing trunk/OOPSE/libmdtools/NPT.cpp (file contents):
Revision 1233 by tim, Thu Apr 22 03:29:30 2004 UTC vs.
Revision 1234 by tim, Fri Jun 4 03:15:31 2004 UTC

# Line 165 | Line 165 | template<typename T> void NPT<T>::moveA() {
165        integrableObjects[i]->setPos( pos );
166      }
167  
168 <    if (nConstrained){
169 <      constrainA();
170 <    }
168 >    rattle->doRattleA();
169    }
170  
171  
# Line 247 | Line 245 | template<typename T> void NPT<T>::moveB( void ){
245        }
246      }
247  
248 <    if (nConstrained){
251 <      constrainB();
252 <    }
248 >    rattle->doRattleB();
249  
250      if ( this->chiConverged() && this->etaConverged() ) break;
251    }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines