Skip to content

Commit

Permalink
Merge branch 'develop' into ejh_new_test
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett authored May 15, 2024
2 parents 4d61171 + 8db6654 commit 5e0e2e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/data
key: data-developer-2
key: data-developer-3

- name: asan
if: matrix.config == 'asan/code coverage'
Expand Down
2 changes: 2 additions & 0 deletions src/g2logging.F90
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

!> @brief Logging for the g2 library.
!>
!> Set g2_log_level to turn on logging.
!>
!> @author Edward Hartnett @date 5/15/24
module g2logging
integer g2_log_level !< 0 for no logging.
Expand Down

0 comments on commit 5e0e2e5

Please sign in to comment.