This commit is contained in:
caes 2017-06-22 22:52:21 -04:00
parent af767490ee
commit 0a7e56cd61

View File

@ -264,7 +264,7 @@ agn::cloudy_grid agn::read_cloudy_grid(std::ifstream& inputfile) {
}
}
if(agn::debug) std::cout
<< " Found " << iterations << "iterations.";
<< " Found " << iterations << " iterations.";
point.iterations = iterations;
headerstr.clear();
headerstr.seekg(0);