File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Original file line number Diff line number Diff line change @@ -136,17 +136,16 @@ if (CMAKE_Fortran_COMPILER_ID STREQUAL "GNU")
136
136
add_compile_options (
137
137
-Wall
138
138
-Wextra
139
- -Wintrinsic-shadow
140
- -Wunderflow
141
- -Wrealloc-lhs
142
- -Wsurprising
143
139
-fcheck=all,no-array-temps
144
140
-fbacktrace
145
141
-fimplicit-none
146
142
-fsignaling-nans
147
143
-finit-real=snan
148
144
-finit-integer=-99999999
149
- #-ffpe-trap=invalid,zero,denormal,overflow
145
+ -Wintrinsic-shadow
146
+ -Wunderflow
147
+ -Wrealloc-lhs
148
+ -Wsurprising
150
149
)
151
150
endif ()
152
151
Original file line number Diff line number Diff line change @@ -562,8 +562,7 @@ contains
562
562
563
563
end subroutine s_compute_qbmm_rhs
564
564
565
- !Coefficient array for non- polytropic model (pb and mv values are accounted in wght_pb and wght_mv)
566
-
565
+ !Coefficient array for non- polytropic model (pb and mv values are accounted in wght_pb and wght_mv)
567
566
pure subroutine s_coeff_nonpoly (pres , rho , c , coeffs )
568
567
#ifdef _CRAYFTN
569
568
!DIR$ INLINEALWAYS s_coeff_nonpoly
You can’t perform that action at this time.
0 commit comments