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

sorry

parent 3488422a
Branches
Tags
No related merge requests found
......@@ -13,7 +13,7 @@ bool CompoundLibBase::IsResidueComplete(const ost::mol::ResidueHandle& res, bool
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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment