Skip to content

Commit

Permalink
fixing some logging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed May 16, 2024
1 parent ff2c494 commit 5f9c322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/g2index.F90
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ subroutine getg2i2(lugi, cbuf, idxver, nlen, nnum, iret)

#ifdef LOGGING
! Log results for debugging.
write(g2_log_msg, '(a, i2, a, i1)') 'getg2i2: lugi ', lugi, ' idxver ', idxver
write(g2_log_msg, *) 'getg2i2: lugi ', lugi
call g2_log(1)
#endif

Expand Down

0 comments on commit 5f9c322

Please sign in to comment.