@@ -462,9 +462,9 @@ contains
462462 end subroutine s_convert_species_to_mixture_variables
463463
464464 pure subroutine s_convert_species_to_mixture_variables_acc (rho_K , &
465- gamma_K , pi_inf_K , qv_K , &
466- alpha_K , alpha_rho_K , Re_K , k , l , r , &
467- G_K , G )
465+ gamma_K , pi_inf_K , qv_K , &
466+ alpha_K , alpha_rho_K , Re_K , k , l , r , &
467+ G_K , G )
468468#ifdef _CRAYFTN
469469 !DIR$ INLINEALWAYS s_convert_species_to_mixture_variables_acc
470470#else
@@ -546,8 +546,8 @@ contains
546546 end subroutine s_convert_species_to_mixture_variables_acc
547547
548548 pure subroutine s_convert_species_to_mixture_variables_bubbles_acc (rho_K , &
549- gamma_K , pi_inf_K , qv_K , &
550- alpha_K , alpha_rho_K , Re_K , k , l , r )
549+ gamma_K , pi_inf_K , qv_K , &
550+ alpha_K , alpha_rho_K , Re_K , k , l , r )
551551#ifdef _CRAYFTN
552552 !DIR$ INLINEALWAYS s_convert_species_to_mixture_variables_bubbles_acc
553553#else
@@ -1168,7 +1168,7 @@ contains
11681168 !! @param iy Index bounds in the second coordinate direction
11691169 !! @param iz Index bounds in the third coordinate direction
11701170 impure subroutine s_convert_primitive_to_conservative_variables (q_prim_vf , &
1171- q_cons_vf )
1171+ q_cons_vf )
11721172
11731173 type(scalar_field), dimension (sys_size), intent (in ) :: q_prim_vf
11741174 type(scalar_field), dimension (sys_size), intent (inout ) :: q_cons_vf
0 commit comments