Commit a14ec87d by Chloe Dequeker

modif HCMD2 format

parent 630dd9b3
......@@ -44,13 +44,7 @@ struct docking_results* getDataForComplex(){
while(!feof(condFile_stream)){
/* HCMD2 format */
if(HCMD2){
/* We take the first value as it is the ID of the conformation
* The rest of the line doesn't interests us here
*/
rc = fscanf(condFile_stream,"%d %d %d %d",&idConf,&buf4, &buf4, &buf4);
}else if(MAXDo){ /* First MAXDo format */
if(MAXDo){ /* First MAXDo format */
rc = fscanf(condFile_stream,"%d %d",&idConf,&buf4);
}else{
/* Else, that means that we have a format where
......
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