Merge branch 'SimulFlux'

This commit is contained in:
quentin.perret 2022-06-13 15:20:21 +02:00
commit af985c81df
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View file

@ -121,7 +121,7 @@ void *simulateFlux(void *vargp){
while(writeOneRawData(rawDataFile)){
if(cptData == nRow){
printf("in if\n");
fclose(rawDataFile);
cptData = 0;
cptFile++;
//create struct here
@ -131,4 +131,5 @@ void *simulateFlux(void *vargp){
FILE *rawDataFile = fopen(fileName,"w+");
}
}
queuePrintWholeQ(firstRawDataQueue);
}