Skip to content

Commit

Permalink
unique filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Jun 23, 2021
1 parent ea48cf5 commit 7300afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ref_phys_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,7 @@ int main(int argc, char *argv[]) {
}

if (ref_mpi_once(ref_mpi)) {
char file[] = "ref_phys_test.mapbc";
char file[] = "ref_phys_test_fun3d.mapbc";
FILE *f;
REF_DICT ref_dict;
REF_INT id, type;
Expand Down Expand Up @@ -1432,7 +1432,7 @@ int main(int argc, char *argv[]) {
}

if (ref_mpi_once(ref_mpi)) {
char file[] = "ref_phys_test.mapbc";
char file[] = "ref_phys_test_underscore.mapbc";
FILE *f;
REF_DICT ref_dict;
REF_INT id, type;
Expand Down

0 comments on commit 7300afb

Please sign in to comment.