use Error::message() instead of Error::warning() to report whether coulomb tables are used or not
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user