elseEXIT_ON_ERROR("End of file and you request '%d' iterations. Only '%d' has been done.",number,blc_loop_iteration);
}
blc_command_loop_period=executing_time-previous_executing_time;//We request the BLC_COMMAND_LOOP to last the time during two records. This overwrite period effect
ret=fscanf(file,"%llu\t",&executing_time);
if(ret==0&&feof(file)){
if(number==-1)blc_command_ask_quit();
elseEXIT_ON_ERROR("End of file and you request '%d' iterations. Only '%d' has been done.",number,blc_loop_iteration);
}
blc_command_loop_period=executing_time-previous_executing_time;//We request the BLC_COMMAND_LOOP to last the time during two records. This overwrite period effect