Small fixes

This commit is contained in:
Guilhem Lavaux 2010-12-05 21:55:12 -05:00
parent 2b7e4453dd
commit e3ac7d9720

View File

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