Skip to content
Snippets Groups Projects
Commit 572b5113 authored by Marco Biasini's avatar Marco Biasini
Browse files

reorder initialiser list

parent cf68c9ce
No related branches found
No related tags found
No related merge requests found
...@@ -44,8 +44,9 @@ public: ...@@ -44,8 +44,9 @@ public:
RuleBasedProcessor(CompoundLibPtr compound_lib, bool fe, bool sh, ConopAction ur, RuleBasedProcessor(CompoundLibPtr compound_lib, bool fe, bool sh, ConopAction ur,
ConopAction ua, bool bf, bool at, bool cn, bool aa, ConopAction zo): ConopAction ua, bool bf, bool at, bool cn, bool aa, ConopAction zo):
lib_(compound_lib), fix_element_(fe), strict_hydrogens_(sh), unk_res_treatment_(ur), Processor(bf, at, cn, aa, zo), lib_(compound_lib), fix_element_(fe),
unk_atom_treatment_(ua),Processor(bf, at, cn, aa, zo) {} strict_hydrogens_(sh), unk_res_treatment_(ur),
unk_atom_treatment_(ua) {}
ConopAction GetUnkResidueTreatment() const { ConopAction GetUnkResidueTreatment() const {
return unk_res_treatment_; return unk_res_treatment_;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment