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

correctly place quotes

parent 9b789a74
Branches
Tags
No related merge requests found
......@@ -179,11 +179,11 @@ void RuleBasedProcessor::ProcessUnkAtoms(DiagnosticsPtr diags,
String RuleBasedProcessor::ToString() const {
std::stringstream ss;
ss << "RuleBasedProcesor(" << this->OptionsToString()
ss << "RuleBasedProcessor(" << this->OptionsToString()
<< ", fix_element=" << (fix_element_ ? "True" : "False")
<< ", strict_hydrogens=" << (strict_hydrogens_ ? "True" : "False")
<< ", unk_res_treatment='" << StringFromConopAction(unk_res_treatment_)
<< ", unk_atom_treatment'=" << StringFromConopAction(unk_atom_treatment_)
<< "', unk_atom_treatment='" << StringFromConopAction(unk_atom_treatment_)
<< "')";
return ss.str();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment