mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
Fixes.
This commit is contained in:
parent
cb630e1f91
commit
873b3ea2b0
3 changed files with 11 additions and 3 deletions
|
@ -9,6 +9,7 @@ bool loadParticleInfo(ParticleInfo& info,
|
|||
const std::string& particles,
|
||||
const std::string& extra_info)
|
||||
{
|
||||
int numpart;
|
||||
|
||||
NcFile f_info(extra_info.c_str());
|
||||
|
||||
|
@ -29,7 +30,6 @@ bool loadParticleInfo(ParticleInfo& info,
|
|||
{
|
||||
UnformattedRead f(particles);
|
||||
|
||||
int numpart;
|
||||
float mul, offset;
|
||||
|
||||
f.beginCheckpoint();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue