Skip to content

Commit

Permalink
GitHub Issue NOAA-EMC#13. Continuing to clear through coding standard…
Browse files Browse the repository at this point in the history
… issues in the master. Finished through src/gsi/m_rwnode.F90.
  • Loading branch information
MichaelLueken committed Aug 14, 2020
1 parent 9741cab commit 0b01a67
Show file tree
Hide file tree
Showing 3 changed files with 273 additions and 273 deletions.
4 changes: 2 additions & 2 deletions src/gsi/m_rhs.F90
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module m_rhs
! program history log:
! 2010-03-22 j guo - added this document block
! 2010-04-22 tangborn- add co knobs
! 2010-05-27 j guo - cut off GPS related variables to m_gpsrhs
! 2010-05-27 j guo - cut off gps related variables to m_gpsrhs
! 2018-08-10 j guo - moved in all type-indices from setuprhsall(). These
! type-indices are now defined from this module itself,
! through an enum block.
Expand Down Expand Up @@ -113,7 +113,7 @@ module m_rhs
real(r_kind),allocatable,dimension(:,: ),save:: rhs_stats_co
real(r_kind),allocatable,dimension(: ),save:: rhs_toss_gps

enum, bind(C)
enum, bind(c)
enumerator:: i_zero = 0

enumerator:: i_ps
Expand Down
271 changes: 0 additions & 271 deletions src/gsi/m_rwNode.F90

This file was deleted.

Loading

0 comments on commit 0b01a67

Please sign in to comment.