Partial cleanup of header files

This commit is contained in:
Jean-Sébastien
2021-12-11 20:54:52 +01:00
parent 83cad3587e
commit bdf309d78c
9 changed files with 176 additions and 80 deletions
+1 -1
View File
@@ -819,7 +819,7 @@ namespace ABACUS {
<< exp(-paused_thread_data.logscale * paused_thread_data.lowest_il_with_nthreads_neq_0) << endl;
LOG_outfile << "Resulting info: " << scan_info << endl;
}
LOG_outfile << "Code version " << ABACUS_VERSION << ", copyright J.-S. Caux." << endl << endl;
LOG_outfile << "ABACUS version " << ABACUS_VERSION << ", copyright J.-S. Caux." << endl << endl;
LOG_outfile.close();
}
+1 -1
View File
@@ -408,7 +408,7 @@ namespace ABACUS {
LOG_outfile << "Refining in parallel mode using " << nr_processors_at_newlevel << " processors."
<< endl << "Refining info: " << scan_info_refinement
<< endl << "Resulting info: " << scan_info << endl;
LOG_outfile << "Code version " << ABACUS_VERSION << ", copyright J.-S. Caux." << endl;
LOG_outfile << "ABACUS version " << ABACUS_VERSION << ", copyright J.-S. Caux." << endl;
LOG_outfile.close();
return;