Skip to content

Commit

Permalink
remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
Piyush Sharda authored and Piyush Sharda committed Aug 27, 2024
1 parent e904fe3 commit 8f168a0
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions networks/metal_chem/actual_rhs.H
Original file line number Diff line number Diff line change
Expand Up @@ -4217,24 +4217,6 @@ void actual_rhs (burn_t& state, Array1D<Real, 1, neqs>& 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;
*/

}


Expand Down

0 comments on commit 8f168a0

Please sign in to comment.