From fc777c4164596bed3e8ca9fe4572f32d992cc1c4 Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Sun, 18 May 2025 14:52:58 -0400 Subject: [PATCH] Silence shell output for construction --- include/CoolPropFluid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/CoolPropFluid.h b/include/CoolPropFluid.h index 3d94d42b..dc41fe3c 100644 --- a/include/CoolPropFluid.h +++ b/include/CoolPropFluid.h @@ -460,7 +460,7 @@ private: superancillaries.emplace(SuperAncillary_t(superancillaries_str)); auto end = std::chrono::high_resolution_clock::now(); // End time auto duration = std::chrono::duration_cast(end - start); - std::cout << "Execution time: " << duration.count() << " microseconds for " << BibTeX_EOS << std::endl; + //std::cout << "Execution time: " << duration.count() << " microseconds for " << BibTeX_EOS << std::endl; } } return superancillaries;