Skip to content

Commit bc1f6a1

Browse files
author
Gautam Bisht
committed
Renames shr_nl_mod to bshr_nl_mod
1 parent 1128b83 commit bc1f6a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/betr/betr_util/bshr_nl_mod.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module shr_nl_mod
1+
module bshr_nl_mod
22

33
! Utilities for namelist reading
44
! Adapted Fall 2012 from CAM's namelist_utils.
@@ -85,4 +85,4 @@ subroutine shr_nl_find_group_name(unit, group, status)
8585

8686
end subroutine shr_nl_find_group_name
8787

88-
end module shr_nl_mod
88+
end module bshr_nl_mod

0 commit comments

Comments
 (0)