Skip to content

Commit

Permalink
Modify mpas_atmphys_constants.F to satisfy both older and newer versi…
Browse files Browse the repository at this point in the history
…ons of the pgf90

compiler concerning the inheritance of 'cp' through use statements.
  • Loading branch information
mgduda committed Jul 23, 2013
1 parent 337a78f commit d7e9127
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core_atmosphere/physics/mpas_atmphys_constants.F
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
!
!=============================================================================================
module mpas_atmphys_constants
use mpas_constants, cp => cp, R_d => rgas, g => gravity
use mpas_kind_types, only : RKIND
use mpas_constants, only : pii, cp, R_d => rgas, g => gravity

implicit none
public
Expand Down

0 comments on commit d7e9127

Please sign in to comment.