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

corrected stupid error

parent 3eba172e
Branches
Tags
No related merge requests found
......@@ -16,8 +16,10 @@ bool CompoundLibBase::IsResidueComplete(const ost::mol::ResidueHandle& res, bool
}
}
}
if(!res.FindAtom(it->name).IsValid()){
return false;
else{
if(!res.FindAtom(it->name).IsValid()){
return false;
}
}
}
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment