Skip to content

Commit

Permalink
Merge pull request ESMCI#1578 from jedwards4b/fixtimerstop
Browse files Browse the repository at this point in the history
remove hardcoded timer name
  • Loading branch information
jedwards4b authored Aug 6, 2019
2 parents 24addf9 + 2400bcc commit 20457f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clib/pioc_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ int
pio_stop_timer(const char *name)
{
#ifdef TIMING
GPTLstop("PIO:rearrange_comp2io");
GPTLstop(name);
#endif /* TIMING */
return PIO_NOERR;
}
Expand Down

0 comments on commit 20457f9

Please sign in to comment.