@@ -13,7 +13,7 @@ module m_viscous
1313 use m_muscl
1414 use m_helper
1515 use m_finite_differences
16- use m_constants, only: model_eqns_5eq
16+ use m_constants, only: model_eqns_5eq, recon_type_weno, recon_type_muscl
1717
1818 private; public s_get_viscous, s_compute_viscous_stress_cylindrical_boundary, s_initialize_viscous_module, &
1919 & s_reconstruct_cell_boundary_values_visc_deriv, s_finalize_viscous_module, s_compute_viscous_stress_tensor
@@ -857,7 +857,7 @@ contains
857857 integer :: recon_dir !< Coordinate direction of the WENO reconstruction
858858 integer :: i, j, k, l
859859
860- #:for SCHEME, TYPE in [(' weno' ,' WENO_TYPE ' ), (' muscl' ,' MUSCL_TYPE ' )]
860+ #:for SCHEME, TYPE in [(' weno' ,' recon_type_weno ' ), (' muscl' ,' recon_type_muscl ' )]
861861 if (recon_type == ${TYPE}$) then
862862 ! Reconstruction in s1- direction
863863
@@ -941,7 +941,7 @@ contains
941941 integer :: recon_dir !< Coordinate direction of the WENO reconstruction
942942 integer :: i, j, k, l
943943
944- #:for SCHEME, TYPE in [(' weno' ,' WENO_TYPE ' ), (' muscl' ,' MUSCL_TYPE ' )]
944+ #:for SCHEME, TYPE in [(' weno' ,' recon_type_weno ' ), (' muscl' ,' recon_type_muscl ' )]
945945 if (recon_type == ${TYPE}$) then
946946 ! Reconstruction in s1- direction
947947
0 commit comments