Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Oct 13, 2022
1 parent 48636a7 commit dbe71cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ref_oct_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ int main(int argc, char *argv[]) {
REF_GRID ref_grid;
REF_OCT ref_oct;
REF_DBL h;
REF_DBL bbox[]={0.0,1.0,0.0,1.0,0,0.03};
REF_DBL bbox[] = {0.0, 1.0, 0.0, 1.0, 0, 0.03};
REF_INT nleaf;
h = atof(argv[pos + 1]);
RSS(ref_grid_create(&ref_grid, ref_mpi), "make grid");
Expand Down

0 comments on commit dbe71cf

Please sign in to comment.