Apply override to Fix classes

This commit is contained in:
Richard Berger
2022-01-21 14:45:53 -05:00
parent f83271aa40
commit ff3f762499
316 changed files with 2246 additions and 2314 deletions

View File

@ -27,7 +27,6 @@ namespace LAMMPS_NS {
class FixNPH : public FixNH {
public:
FixNPH(class LAMMPS *, int, char **);
~FixNPH() {}
};
} // namespace LAMMPS_NS