This commit is contained in:
Guilhem Lavaux 2011-03-11 14:31:56 -06:00
parent cb630e1f91
commit 873b3ea2b0
3 changed files with 11 additions and 3 deletions

View file

@ -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();