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 54d50c1 commit 82b19bf
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 @@ -81,7 +81,7 @@ int main(int argc, char *argv[]){
char* s = NULL;
char* arr = NULL;
int dataLoc;
printf("%s\n",dataFN);
printf("%s\n",DataFN);
continue;
while ((zip_stat_index(arch, count, 0, finfo)) == 0) {
if (strstr(finfo->name,"exchange/data/0.0.0")!=NULL){
Expand Down

0 comments on commit 82b19bf

Please sign in to comment.