Skip to content

Commit

Permalink
Renames shr_nl_mod to bshr_nl_mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Gautam Bisht committed Nov 22, 2016
1 parent 1128b83 commit bc1f6a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/betr/betr_util/bshr_nl_mod.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module shr_nl_mod
module bshr_nl_mod

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

end subroutine shr_nl_find_group_name

end module shr_nl_mod
end module bshr_nl_mod

0 comments on commit bc1f6a1

Please sign in to comment.