Commit a58837d6 by Chloe Dequeker

bugfix that caused residues to have a wrong output name

parent f0001e8b
......@@ -389,6 +389,7 @@ void write_candidate(struct residue** t_candid, int sizeCand, FILE* output_strea
k++;
}
}
buf[k] = '\0';
/* Now, getting the atom name */
len = strlen(t_candid[i]->atomType[j]);
......
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