add placeholders to include files for error messges

This commit is contained in:
Steven J. Plimpton
2018-04-03 17:48:31 -06:00
parent 0bfb6f0c2a
commit 5221ac2d55
211 changed files with 2546 additions and 644 deletions

View File

@ -59,6 +59,30 @@ class PairPython : public Pair {
/* ERROR/WARNING messages:
E: Could not find 'compute_force' method'
UNDOCUMENTED
E: Python 'compute_force' is not callable
UNDOCUMENTED
E: Could not find 'compute_energy' method'
UNDOCUMENTED
E: Python 'compute_energy' is not callable
UNDOCUMENTED
E: Could not create tuple for 'compute' function arguments
UNDOCUMENTED
E: Calling 'compute_force' function failed
UNDOCUMENTED
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
@ -69,7 +93,59 @@ E: Incorrect args for pair coefficients
Self-explanatory. Check the input script or data file.
E: Pair cutoff < Respa interior cutoff
E: Python pair style requires fully qualified class name
UNDOCUMENTED
E: Loading python pair style module failure
UNDOCUMENTED
E: Could not find pair style class in module'
UNDOCUMENTED
E: Could not instantiate instance of pair style class'
UNDOCUMENTED
E: Could not find 'check_units' method'
UNDOCUMENTED
E: Python 'check_units' is not callable
UNDOCUMENTED
E: Could not create tuple for 'check_units' function arguments
UNDOCUMENTED
E: Calling 'check_units' function failed
UNDOCUMENTED
E: Could not find 'map_coeff' method'
UNDOCUMENTED
E: Python 'map_coeff' is not callable
UNDOCUMENTED
E: Could not create tuple for 'map_coeff' function arguments
UNDOCUMENTED
E: Calling 'map_coeff' function failed
UNDOCUMENTED
E: Calling 'compute_energy' function failed
UNDOCUMENTED
U: Pair cutoff < Respa interior cutoff
One or more pairwise cutoffs are too short to use with the specified
rRESPA cutoffs.