Commit a99f026d by Chloe Dequeker

bug fix

parent c4bfc3ba
......@@ -222,7 +222,8 @@ void getInterface(struct pdb_values* pdbR, struct pdb_values* pdbL, int confID){
t_candidateR[i]->isAtomCandidate[j] = 1;
t_candidateL[k]->isAtomCandidate[l] = 1;
break;
if(!atom_res)
break;
}
}
if(clash >= TOO_MANY_CLASHES){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment