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 364bac7 commit 497ce34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FF_HEDM/src/mergeScans.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ int main(int argc, char *argv[]){
sizeArr[iter*2+0] = finfo->size;
sizeArr[iter*2+1] = cntr;
cntr += finfo->size;
printf("%d\n",(int)cntr);
printf("%d %s\n",(int)cntr,finfo->name);
}
// allocate arr
char * allData;
Expand Down

0 comments on commit 497ce34

Please sign in to comment.