This commit is contained in:
theo.canaud 2022-06-13 15:24:05 +02:00
commit 13b07003ee

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);
}