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

Comparing trunk/OOPSE-2.0/src/integrators/Integrator.cpp (file contents):
Revision 1772 by chrisfen, Tue Nov 23 22:48:31 2004 UTC vs.
Revision 1777 by chrisfen, Wed Nov 24 18:06:14 2004 UTC

# Line 233 | Line 233 | template<typename T> void Integrator<T>::integrate(voi
233  
234    dumpOut->writeDump(info->getTime());
235    statOut->writeStat(info->getTime());
236 <  restOut->writeZangle(info->getTime());
236 >  if (info->useSolidThermInt && !info->useLiquidThermInt)
237 >    restOut->writeZangle(info->getTime());
238  
239   #ifdef IS_MPI
240    strcpy(checkPointMsg, "The integrator is ready to go.");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines