simplify Molecule::check_attributes()

This commit is contained in:
Axel Kohlmeyer
2022-08-13 16:56:53 -04:00
parent 1de66a82de
commit f592e3184e
9 changed files with 42 additions and 55 deletions

View File

@ -125,7 +125,7 @@ class Molecule : protected Pointers {
void compute_com();
void compute_inertia();
int findfragment(const char *);
void check_attributes(int);
void check_attributes();
private:
int me;