remove error docs from header files
This commit is contained in:
113
src/dump_image.h
113
src/dump_image.h
@ -107,116 +107,3 @@ class DumpImage : public DumpCustom {
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* ERROR/WARNING messages:
|
||||
|
||||
E: Invalid dump image filename
|
||||
|
||||
The file produced by dump image cannot be binary and must
|
||||
be for a single processor.
|
||||
|
||||
E: Support for writing images in JPEG format not included
|
||||
|
||||
LAMMPS was not built with the -DLAMMPS_JPEG switch in the Makefile.
|
||||
|
||||
E: Support for writing images in PNG format not included
|
||||
|
||||
LAMMPS was not built with the -DLAMMPS_PNG switch in the Makefile.
|
||||
|
||||
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: Dump image bond not allowed with no bond types
|
||||
|
||||
Self-explanatory.
|
||||
|
||||
E: Invalid dump image theta value
|
||||
|
||||
Theta must be between 0.0 and 180.0 inclusive.
|
||||
|
||||
E: Dump image line requires atom style line
|
||||
|
||||
Self-explanatory.
|
||||
|
||||
E: Dump image tri requires atom style tri
|
||||
|
||||
Self-explanatory.
|
||||
|
||||
E: Dump image body yes requires atom style body
|
||||
|
||||
Self-explanatory.
|
||||
|
||||
E: Fix ID for dump image does not exist
|
||||
|
||||
UNDOCUMENTED
|
||||
|
||||
E: Dump image requires one snapshot per file
|
||||
|
||||
Use a "*" in the filename.
|
||||
|
||||
E: Dump image cannot perform sorting
|
||||
|
||||
Self-explanatory.
|
||||
|
||||
E: Variable name for dump image theta does not exist
|
||||
|
||||
Self-explanatory.
|
||||
|
||||
E: Variable for dump image theta is invalid style
|
||||
|
||||
Must be an equal-style variable.
|
||||
|
||||
E: Variable name for dump image phi does not exist
|
||||
|
||||
Self-explanatory.
|
||||
|
||||
E: Variable for dump image phi is invalid style
|
||||
|
||||
Must be an equal-style variable.
|
||||
|
||||
E: Variable name for dump image center does not exist
|
||||
|
||||
Self-explanatory.
|
||||
|
||||
E: Variable for dump image center is invalid style
|
||||
|
||||
Must be an equal-style variable.
|
||||
|
||||
E: Variable name for dump image zoom does not exist
|
||||
|
||||
Self-explanatory.
|
||||
|
||||
E: Variable for dump image zoom is invalid style
|
||||
|
||||
Must be an equal-style variable.
|
||||
|
||||
E: Invalid dump image element name
|
||||
|
||||
The specified element name was not in the standard list of elements.
|
||||
See the dump_modify doc page.
|
||||
|
||||
E: Invalid color map min/max values
|
||||
|
||||
The min/max values are not consistent with either each other or
|
||||
with values in the color map.
|
||||
|
||||
E: Invalid dump image zoom value
|
||||
|
||||
Zoom value must be > 0.0.
|
||||
|
||||
E: Invalid color in dump_modify command
|
||||
|
||||
The specified color name was not in the list of recognized colors.
|
||||
See the dump_modify doc page.
|
||||
|
||||
E: Dump modify bcolor not allowed with no bond types
|
||||
|
||||
Self-explanatory.
|
||||
|
||||
E: Dump modify bdiam not allowed with no bond types
|
||||
|
||||
Self-explanatory.
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user