Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
marinerhemant committed Sep 23, 2024
1 parent 2dcc4d4 commit 1b9c4a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FF_HEDM/src/PeaksFittingOMPZarr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1484,6 +1484,7 @@ void main(int argc, char *argv[]){
UsefulPixels[i*2+1] = 0;
z[i] = 0;
}
printf("Number of regions to start with: %d\n",NrOfReg);
for (RegNr=1;RegNr<=NrOfReg;RegNr++){
NrPixelsThisRegion = PositionTrackers[RegNr];
if (NrPixelsThisRegion <= minNrPx || NrPixelsThisRegion >= maxNrPx){
Expand Down

0 comments on commit 1b9c4a5

Please sign in to comment.