Skip to content
Snippets Groups Projects
Verified Commit 56db090c authored by Xavier Robin's avatar Xavier Robin
Browse files

fix: duplicated parameter print

parent 4be1cddf
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,6 @@ struct MolckSettings{ ...@@ -65,7 +65,6 @@ struct MolckSettings{
public: public:
std::string ToString(){ std::string ToString(){
std::string rep = "MolckSettings(rm_unk_atoms=" + BoolToString(rm_unk_atoms) + std::string rep = "MolckSettings(rm_unk_atoms=" + BoolToString(rm_unk_atoms) +
", rm_unk_atoms=" + BoolToString(rm_unk_atoms) +
", rm_non_std=" + BoolToString(rm_non_std) + ", rm_non_std=" + BoolToString(rm_non_std) +
", rm_hyd_atoms=" + BoolToString(rm_hyd_atoms) + ", rm_hyd_atoms=" + BoolToString(rm_hyd_atoms) +
", rm_oxt_atoms=" + BoolToString(rm_oxt_atoms) + ", rm_oxt_atoms=" + BoolToString(rm_oxt_atoms) +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment