simplify using new APIs

This commit is contained in:
Axel Kohlmeyer
2021-10-24 18:00:15 -04:00
parent a782f8f8e0
commit d0416757b7
6 changed files with 32 additions and 42 deletions

View File

@ -51,7 +51,7 @@ class WriteData : public Command {
void dihedrals();
void impropers();
void bonus(int);
void fix(int, int);
void fix(class Fix *, int);
};
} // namespace LAMMPS_NS