Skip to content
Snippets Groups Projects
Commit c4ea2f2b authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

update long-range coulomb message formatting, so it fits better into other kspace output

parent a641e40e
No related branches found
No related tags found
No related merge requests found
......@@ -315,9 +315,9 @@ double KSpace::estimate_table_accuracy(double q2_over_sqrt, double spr)
if (comm->me == 0) {
char str[128];
if (nctb)
sprintf(str,"Using %d-bit tables for long-range coulomb",nctb);
sprintf(str," using %d-bit tables for long-range coulomb",nctb);
else
sprintf(str,"Using polynomial approximation for long-range coulomb");
sprintf(str," using polynomial approximation for long-range coulomb");
error->message(FLERR,str);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment