Commit a641e40e authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

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

parent 3d12cff8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {