--- trunk/OOPSE-2.0/src/integrators/Integrator.cpp 2004/11/23 22:48:31 1772 +++ trunk/OOPSE-2.0/src/integrators/Integrator.cpp 2004/11/24 18:06:14 1777 @@ -233,7 +233,8 @@ template void Integrator::integrate(voi dumpOut->writeDump(info->getTime()); statOut->writeStat(info->getTime()); - restOut->writeZangle(info->getTime()); + if (info->useSolidThermInt && !info->useLiquidThermInt) + restOut->writeZangle(info->getTime()); #ifdef IS_MPI strcpy(checkPointMsg, "The integrator is ready to go.");