remove error docs from header files

This commit is contained in:
Axel Kohlmeyer
2022-04-22 23:31:15 -04:00
parent 471c728ac4
commit 79a7d2abf6
1193 changed files with 0 additions and 31525 deletions

View File

@ -67,40 +67,3 @@ class ComputePropertyChunk : public Compute {
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Compute chunk/atom stores no IDs for compute property/chunk
It will only store IDs if its compress option is enabled.
E: Compute chunk/atom stores no coord1 for compute property/chunk
Only certain binning options for compute chunk/atom store coordinates.
E: Compute chunk/atom stores no coord2 for compute property/chunk
Only certain binning options for compute chunk/atom store coordinates.
E: Compute chunk/atom stores no coord3 for compute property/chunk
Only certain binning options for compute chunk/atom store coordinates.
E: Invalid keyword in compute property/chunk command
Self-explanatory.
E: Chunk/atom compute does not exist for compute property/chunk
Self-explanatory.
E: Compute property/chunk does not use chunk/atom compute
The style of the specified compute is not chunk/atom.
*/