another attempt at making the jobSuccessful call work; some other minor fixes

This commit is contained in:
P.M. Sutter 2012-12-07 08:11:28 -06:00
parent f155564d6d
commit 6e18299ade
4 changed files with 9 additions and 8 deletions

View file

@ -200,7 +200,7 @@ void generateOutput(SimuData *data, int axis,
f.beginCheckpoint();
for (uint32_t i = 0; i < data->NumPart; i++)
{
f.writeReal32(data->Pos[x2][i]);
f.writeReal32(data->Pos[x2][i]*LIGHT_SPEED);
}
f.endCheckpoint();