mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
Fixes. Now run through classical testcase.
This commit is contained in:
parent
cb9c4393c5
commit
03d7fda57f
2 changed files with 27 additions and 18 deletions
|
@ -166,7 +166,7 @@ public:
|
|||
}
|
||||
if (load_flags & NEED_VELOCITY)
|
||||
{
|
||||
const char *name_template[3] = { "x", "y", "z" };
|
||||
const char *name_template[3] = { "vx", "vy", "vz" };
|
||||
for (int q = 0; q < 3; q++)
|
||||
{
|
||||
d->Vel[q] = new float[numPartToLoad];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue