Merge branch 'develop' into type-labels

This commit is contained in:
Jacob Gissinger
2022-08-08 17:16:50 -04:00
committed by GitHub
4100 changed files with 378596 additions and 127634 deletions

View File

@ -59,27 +59,3 @@ class WriteData : public Command {
#endif
#endif
/* ERROR/WARNING messages:
E: Write_data command before simulation box is defined
Self-explanatory.
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: Atom count is inconsistent, cannot write data file
The sum of atoms across processors does not equal the global number
of atoms. Probably some atoms have been lost.
E: Cannot open data file %s
The specified file cannot be opened. Check that the path and name are
correct.
*/