mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
another attempt at making the jobSuccessful call work; some other minor fixes
This commit is contained in:
parent
f155564d6d
commit
6e18299ade
4 changed files with 9 additions and 8 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue