@@ -636,7 +636,7 @@ subroutine net_get( &
636
636
real (dp), pointer , intent (in ) :: reaction_Qs(:) ! (rates_reaction_id_max)
637
637
real (dp), pointer , intent (in ) :: reaction_neuQs(:) ! (rates_reaction_id_max)
638
638
639
- real (dp), intent (out ) :: eps_nuc ! ergs/g/s from burning after subtract reaction neutrinos
639
+ real (dp), intent (out ) :: eps_nuc ! ergs/g/s from burning after including losses from reaction neutrinos
640
640
real (dp), intent (out ) :: d_eps_nuc_dT
641
641
real (dp), intent (out ) :: d_eps_nuc_dRho
642
642
real (dp), intent (inout ) :: d_eps_nuc_dx(:) ! (num_isos)
@@ -895,7 +895,7 @@ subroutine net_get_symbolic_d_dxdt_dx( &
895
895
real (dp), pointer , intent (in ) :: reaction_Qs(:) ! (rates_reaction_id_max)
896
896
real (dp), pointer , intent (in ) :: reaction_neuQs(:) ! (rates_reaction_id_max)
897
897
898
- real (dp), intent (out ) :: eps_nuc ! ergs/g/s from burning after subtract reaction neutrinos
898
+ real (dp), intent (out ) :: eps_nuc ! ergs/g/s from burning after including reaction neutrinos
899
899
real (dp), intent (out ) :: d_eps_nuc_dT
900
900
real (dp), intent (out ) :: d_eps_nuc_dRho
901
901
real (dp), intent (inout ) :: d_eps_nuc_dx(:) ! (num_isos)
@@ -995,7 +995,7 @@ subroutine net_get_with_Qs( &
995
995
real (dp), intent (in ) :: weak_rate_factor
996
996
real (dp), pointer , intent (in ) :: reaction_Qs(:) ! (rates_reaction_id_max)
997
997
real (dp), pointer , intent (in ) :: reaction_neuQs(:) ! (rates_reaction_id_max)
998
- real (dp), intent (out ) :: eps_nuc ! ergs/g/s from burning after subtract reaction neutrinos
998
+ real (dp), intent (out ) :: eps_nuc ! ergs/g/s from burning after including reaction neutrinos
999
999
real (dp), intent (out ) :: d_eps_nuc_dT
1000
1000
real (dp), intent (out ) :: d_eps_nuc_dRho
1001
1001
real (dp), intent (inout ) :: d_eps_nuc_dx(:) ! (num_isos)
0 commit comments