Skip to content

Commit

Permalink
chore: remove G95 compiler conditional compilation block from swbstats2
Browse files Browse the repository at this point in the history
  • Loading branch information
smwesten-usgs committed May 26, 2023
1 parent 13eeb25 commit 1c309c2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/swbstats2.F90
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@ program swbstats2
write(UNIT=*,FMT="(a,/)") "Compiler build date:"//TRIM(asCharacter(__INTEL_COMPILER_BUILD_DATE))
#endif

#ifdef __G95__l
write(UNIT=*,FMT="(a,/)") "Compiled with: G95 minor version " &
//TRIM(int2char(__G95_MINOR__))
#endif

allocate(usage_string(50))

usage_string = [ &
Expand Down

0 comments on commit 1c309c2

Please sign in to comment.