add placeholders to include files for error messges
This commit is contained in:
@ -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.
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user