1
0
Fork 0
mirror of https://github.com/cosmo-sims/monofonIC.git synced 2024-09-19 17:03:45 +02:00

fixed mistake in status string

This commit is contained in:
Oliver Hahn 2020-05-06 17:43:03 +02:00
parent aa3645e93b
commit 73627cede6

View file

@ -295,7 +295,7 @@ int Run( config_file& the_config )
// phi = - delta / k^2
music::ilog << "-------------------------------------------------------------------------------" << std::endl;
music::ilog << "Generating white noise field...." << std::endl;
music::ilog << "Generating LPT fields...." << std::endl;
double wtime = get_wtime();
music::ilog << std::setw(40) << std::setfill('.') << std::left << "Computing phi(1) term" << std::flush;