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

Comparing trunk/OOPSE/libmdtools/Integrator.cpp (file contents):
Revision 1207 by chrisfen, Thu May 27 20:06:38 2004 UTC vs.
Revision 1221 by chrisfen, Wed Jun 2 14:56:18 2004 UTC

# Line 185 | Line 185 | template<typename T> void Integrator<T>::integrate(voi
185    tStats->removeCOMdrift();
186  
187    // initialize the retraints if necessary
188 <  if (info->useThermInt) {
188 >  if (info->useSolidThermInt && !info->useLiquidThermInt) {
189      myFF->initRestraints();
190    }
191  
# Line 255 | Line 255 | template<typename T> void Integrator<T>::integrate(voi
255  
256      if (info->getTime() >= currStatus){
257        statOut->writeStat(info->getTime());
258      if (info->useThermInt)
259        statOut->writeRaw(info->getTime());
258        calcPot = 0;
259        calcStress = 0;
260        currStatus += statusTime;
# Line 280 | Line 278 | template<typename T> void Integrator<T>::integrate(voi
278    }
279  
280    // dump out a file containing the omega values for the final configuration
281 <  if (info->useThermInt)
281 >  if (info->useSolidThermInt && !info->useLiquidThermInt)
282      myFF->dumpzAngle();
283    
284  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines