Skip to content

Commit

Permalink
Update reporting of timers.
Browse files Browse the repository at this point in the history
  • Loading branch information
lars2015 committed Jul 22, 2024
1 parent ea41013 commit 7002ec6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/trac.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,11 +394,11 @@ int main(
#endif
free(dt);
free(rs);

/* Report timers... */
PRINT_TIMERS;
}

/* Report timers... */
PRINT_TIMERS;

/* Finalize MPI... */
#ifdef MPI
MPI_Finalize();
Expand Down

0 comments on commit 7002ec6

Please sign in to comment.