diff --git a/networks/metal_chem/actual_rhs.H b/networks/metal_chem/actual_rhs.H index b204f8069..e8f38ef7e 100644 --- a/networks/metal_chem/actual_rhs.H +++ b/networks/metal_chem/actual_rhs.H @@ -4217,24 +4217,6 @@ void actual_rhs (burn_t& state, Array1D& ydot) ydot(net_ienuc) = edot; - /* - std::cout << "redshift " << redshift << ", " << metallicity << ", " << dust2gas_ratio << ", " << krome_Semenov_Tdust << ", " << dustSemenov_cooling << std::endl; - std::cout << "network X: "; - for (int i = 0; i < NumSpec; ++i) { - std::cout << "X" << i << ": " << X(i) << " "; - } - std::cout << std::endl; - std::cout << "Tgas: " << state.T << std::endl; - std::cout << "network Tdust: " << state.aux[0] << std::endl; - std::cout << "network ydots: "; - for (int i = 1; i < neqs; ++i) { - std::cout << "ydot" << i << ": " << ydot(i) << " "; - } - std::cout << std::endl; - std::cout << "network edot: " << edot << std::endl; - std::cout << " " << std::endl; - */ - }