Small fixes
This commit is contained in:
parent
2b7e4453dd
commit
e3ac7d9720
@ -123,7 +123,7 @@ Interpolate CosmoTool::buildInterpolateFromFile(const char *fname)
|
||||
{
|
||||
MyPair m;
|
||||
|
||||
if ((f >> m.a >> m.b).eof())
|
||||
if (!(f >> m.a >> m.b))
|
||||
break;
|
||||
|
||||
allData.push_back(m);
|
||||
|
Loading…
Reference in New Issue
Block a user