Skip to content
Snippets Groups Projects
Commit 1a3198d2 authored by Gabriel Studer's avatar Gabriel Studer
Browse files

sorry

parent 3488422a
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ bool CompoundLibBase::IsResidueComplete(const ost::mol::ResidueHandle& res, bool ...@@ -13,7 +13,7 @@ bool CompoundLibBase::IsResidueComplete(const ost::mol::ResidueHandle& res, bool
if((it->element=="H" || it->element=="D") && (!check_hydrogens)) continue; if((it->element=="H" || it->element=="D") && (!check_hydrogens)) continue;
if(res.FindAtom(it->name).IsValid() || res.FindAtom(it->alt_name)) continue; if(res.FindAtom(it->name).IsValid() || res.FindAtom(it->alt_name).IsValid()) continue;
return false; return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment