Skip to content

Commit

Permalink
fixes output filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Jun 24, 2021
1 parent 8dc7222 commit c1d63c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ref_metric_test.c
Expand Up @@ -475,7 +475,7 @@ int main(int argc, char *argv[]) {
ref_free(scalar1);

if (ref_mpi_once(ref_mpi)) printf("writing metric %s\n", argv[8]);
RSS(ref_gather_metric(ref_grid, argv[7]), "export curve limit metric");
RSS(ref_gather_metric(ref_grid, argv[8]), "export curve limit metric");
ref_mpi_stopwatch_stop(ref_mpi, "write metric");

RSS(ref_grid_free(ref_grid), "free");
Expand Down

0 comments on commit c1d63c8

Please sign in to comment.