Skip to content

Commit 32cd56f

Browse files
Hyeoksu LeeHyeoksu Lee
authored andcommitted
make it lower case
1 parent 74c2257 commit 32cd56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/post_process/m_global_parameters.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ contains
423423
fluid_pp(i)%qv = 0._wp
424424
fluid_pp(i)%qvp = 0._wp
425425
fluid_pp(i)%G = dflt_real
426-
fluid_pp(i)%D_v = dflt_Real
426+
fluid_pp(i)%D_v = dflt_real
427427
end do
428428

429429
! Formatted database file(s) structure parameters

0 commit comments

Comments
 (0)