no more error lists in headers

This commit is contained in:
Axel Kohlmeyer
2024-12-20 19:22:02 -05:00
parent b05172fe96
commit 8a89d2fcf6

View File

@ -101,46 +101,3 @@ class FixNeighborSwap : public Fix {
#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: Region ID for fix neighbor/swap does not exist
Self-explanatory.
E: Must specify at least 2 types in fix neighbor/swap command
Self-explanatory.
E: Need nswaptypes mu values in fix neighbor/swap command
Self-explanatory.
E: Invalid atom type in fix neighbor/swap command
The atom type specified in the neighbor/swap command does not exist.
E: All atoms of a swapped type must have the same charge.
Self-explanatory.
E: At least one atom of each swapped type must be present to define charges.
Self-explanatory.
E: All atoms of a swapped type must have same charge.
Self-explanatory.
E: Cannot do neighbor/swap on atoms in atom_modify first group
This is a restriction due to the way atoms are organized in a list to
enable the atom_modify first command.
*/