Skip to content

Commit

Permalink
Merge pull request #23 from BeTR-biogeochemistry-modeling/bishtgautam…
Browse files Browse the repository at this point in the history
…/rename-shr-nl-mod

Renames shr_nl_mod to bshr_nl_mod
  • Loading branch information
Gautam Bisht authored Nov 22, 2016
2 parents 1128b83 + bc1f6a1 commit c045565
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 c045565

Please sign in to comment.