Skip to content

Commit

Permalink
This should address an ordering of parallel output issue that I saw w…
Browse files Browse the repository at this point in the history
…ith a

regression test last night.
  • Loading branch information
Jacob Schroder committed May 12, 2017
1 parent 7a35d43 commit 59f97bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/ex-02.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ my_Access(braid_App app,
{
error = compute_error_norm(u->values, app->xstart, app->xstop, u->size, t);
printf(" Discretization error at final time: %1.4e\n", error);
fflush(stdout);
}

return 0;
Expand Down

0 comments on commit 59f97bf

Please sign in to comment.