Skip to content

Commit

Permalink
set default to false
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Aug 30, 2023
1 parent 9a3ddbd commit c55d808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediator/med_enthalpy_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module med_enthalpy_mod

implicit none
public :: med_compute_enthalpy
logical, public :: mediator_compute_enthalpy = .true.
logical, public :: mediator_compute_enthalpy = .false.

real(r8) :: global_htot_corr(1) = 0._r8
character(*), parameter :: u_FILE_u = &
Expand Down

0 comments on commit c55d808

Please sign in to comment.