Skip to content

Commit

Permalink
print statements deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
mari2895 committed Mar 21, 2024
1 parent 4658fa0 commit c6f72c5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/analysis/history.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,6 @@ Real ReduceInGain(MeshData<Real> *md, bool is_conserved, int idx = 0) {
net_heat_threshold); // checks that in the gain region
bool is_outside_pns = (v(b, fluid_prim::entropy(), k, j, i) >
outside_pns_threshold); // checks that outside PNS
std::cout << "is_outside_pns=" << is_outside_pns
<< "outside_pns_threshold=" << outside_pns_threshold << std::endl;
std::cout << "is_netheat=" << is_netheat
<< "net_heat_threshold=" << net_heat_threshold << std::endl;
const auto &coords = v.GetCoordinates(b);
const Real vol = coords.CellVolume(k, j, i);
if (is_conserved) {
Expand Down

0 comments on commit c6f72c5

Please sign in to comment.