Commit e8920575 by Chloe Dequeker

hotfix

parent 919a4b24
...@@ -281,6 +281,8 @@ void write_candidate(struct residue** t_candid, int sizeCand, FILE* output_strea ...@@ -281,6 +281,8 @@ void write_candidate(struct residue** t_candid, int sizeCand, FILE* output_strea
for(j=0;j<len;j++){ for(j=0;j<len;j++){
if(t_candid[i]->idRes[j] != ' '){ if(t_candid[i]->idRes[j] != ' '){
buf[j] = t_candid[i]->idRes[j]; buf[j] = t_candid[i]->idRes[j];
}else{
j--;
} }
} }
buf[len] = '\0'; buf[len] = '\0';
......
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