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

@ -50,11 +50,6 @@ class FixGPU : public Fix {
/* ERROR/WARNING messages:
E: Cannot use GPU package with USER-CUDA package enabled
You cannot use both the GPU and USER-CUDA packages
together. Use one or the other.
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
@ -91,4 +86,9 @@ E: Cannot use neigh_modify exclude with GPU neighbor builds
This is a current limitation of the GPU implementation
in LAMMPS.
U: Cannot use GPU package with USER-CUDA package enabled
You cannot use both the GPU and USER-CUDA packages
together. Use one or the other.
*/