Newer
Older
#if defined(INCLUDE_CXX)
contains
subroutine set_c_struct_sfx_phys_constants_values(constants)
use sfx_data
use sfx_phys_const
implicit none
type (sfx_phys_constants), intent(inout) :: constants
constants%Pr_m = Pr_m
constants%g = g
constants%nu_air = nu_air
end subroutine set_c_struct_sfx_phys_constants_values