From c6f72c55fce4b3a5f3142599c45588608d0fa4da Mon Sep 17 00:00:00 2001 From: mari2895 Date: Wed, 20 Mar 2024 20:57:33 -0400 Subject: [PATCH] print statements deleted --- src/analysis/history.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/analysis/history.hpp b/src/analysis/history.hpp index 44491e59..55dfdae3 100644 --- a/src/analysis/history.hpp +++ b/src/analysis/history.hpp @@ -123,10 +123,6 @@ Real ReduceInGain(MeshData *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) {