use Error::message() instead of Error::warning() to report whether coulomb tables are used or not

This commit is contained in:
Axel Kohlmeyer
2018-02-16 14:11:58 +01:00
parent 3d12cff8a5
commit a641e40e79

View File

@ -318,7 +318,7 @@ double KSpace::estimate_table_accuracy(double q2_over_sqrt, double spr)
sprintf(str,"Using %d-bit tables for long-range coulomb",nctb);
else
sprintf(str,"Using polynomial approximation for long-range coulomb");
error->warning(FLERR,str);
error->message(FLERR,str);
}
if (nctb) {