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 |
|
|
255 |
|
|
256 |
|
if (info->getTime() >= currStatus){ |
257 |
|
statOut->writeStat(info->getTime()); |
258 |
– |
statOut->writeRaw(info->getTime()); |
258 |
|
calcPot = 0; |
259 |
|
calcStress = 0; |
260 |
|
currStatus += statusTime; |
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 |
|
|