update long-range coulomb message formatting, so it fits better into other kspace output
This commit is contained in:
@ -315,9 +315,9 @@ double KSpace::estimate_table_accuracy(double q2_over_sqrt, double spr)
|
|||||||
if (comm->me == 0) {
|
if (comm->me == 0) {
|
||||||
char str[128];
|
char str[128];
|
||||||
if (nctb)
|
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
|
else
|
||||||
sprintf(str,"Using polynomial approximation for long-range coulomb");
|
sprintf(str," using polynomial approximation for long-range coulomb");
|
||||||
error->message(FLERR,str);
|
error->message(FLERR,str);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user