Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
marinerhemant committed Feb 5, 2025
1 parent 34a164f commit 64794df
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions FF_HEDM/src/mergeScans.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,13 @@ int main(int argc, char *argv[]){
offset *= nPxY;
offset *= nPxZ;
offset += cntr;
if (frameNr > 474){
printf("%zu %d %d\n",offset,frameNr,frameToPut);
fflush(stdout);
}
outArr[offset] += (double)ImageAsym[cntr];
}
printf("%zu %d %d\n",offset,frameNr,frameToPut);
fflush(stdout);

}
t_1 = omp_get_wtime();
printf("Frames uncompressed, time taken: %lf seconds.\n",t_1-t_0);
Expand Down

0 comments on commit 64794df

Please sign in to comment.