Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit efa1dd1

Browse filesBrowse files
authored
refac qbmm (#861)
1 parent 7c54071 commit efa1dd1
Copy full SHA for efa1dd1

File tree

Expand file treeCollapse file tree

2 files changed

+5
-7
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-7
lines changed

‎CMakeLists.txt

Copy file name to clipboardExpand all lines: CMakeLists.txt
+4-5Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,17 +136,16 @@ if (CMAKE_Fortran_COMPILER_ID STREQUAL "GNU")
136136
add_compile_options(
137137
-Wall
138138
-Wextra
139-
-Wintrinsic-shadow
140-
-Wunderflow
141-
-Wrealloc-lhs
142-
-Wsurprising
143139
-fcheck=all,no-array-temps
144140
-fbacktrace
145141
-fimplicit-none
146142
-fsignaling-nans
147143
-finit-real=snan
148144
-finit-integer=-99999999
149-
#-ffpe-trap=invalid,zero,denormal,overflow
145+
-Wintrinsic-shadow
146+
-Wunderflow
147+
-Wrealloc-lhs
148+
-Wsurprising
150149
)
151150
endif()
152151

‎src/simulation/m_qbmm.fpp

Copy file name to clipboardExpand all lines: src/simulation/m_qbmm.fpp
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -562,8 +562,7 @@ contains
562562

563563
end subroutine s_compute_qbmm_rhs
564564

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)
567566
pure subroutine s_coeff_nonpoly(pres, rho, c, coeffs)
568567
#ifdef _CRAYFTN
569568
!DIR$ INLINEALWAYS s_coeff_nonpoly

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.