From 56db090c08b2894d6324599e5fc96c886220f5e9 Mon Sep 17 00:00:00 2001 From: Xavier Robin <xavier.robin@unibas.ch> Date: Thu, 8 May 2025 15:18:05 +0200 Subject: [PATCH] fix: duplicated parameter print --- modules/mol/alg/src/molck.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/mol/alg/src/molck.hh b/modules/mol/alg/src/molck.hh index 69dc0d5a..fc7f140c 100644 --- a/modules/mol/alg/src/molck.hh +++ b/modules/mol/alg/src/molck.hh @@ -65,7 +65,6 @@ struct MolckSettings{ public: std::string ToString(){ 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_hyd_atoms=" + BoolToString(rm_hyd_atoms) + ", rm_oxt_atoms=" + BoolToString(rm_oxt_atoms) + -- GitLab