Skip to content
Snippets Groups Projects
Commit 5874311f authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

More useful error message

parent 9a5ecb7f
No related branches found
No related tags found
No related merge requests found
......@@ -302,7 +302,8 @@ int main(int argc, char *argv[]) {
break;
if (state_fpi == state_fpi_max)
std::cerr << "FPI did not converge after " << state_fpi_max
std::cerr << "[ref = " << refinements
<< "]: FPI did not converge after " << state_fpi_max
<< " iterations" << std::endl;
}
if (parset.get<bool>("printProgress"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment