From 9b9ed94ea92318993741c5e8a13cde849f6fa610 Mon Sep 17 00:00:00 2001 From: Ian Bell <ian.bell@nist.gov> Date: Thu, 8 Jul 2021 16:44:27 -0400 Subject: [PATCH] No critical curves (in another file) --- src/multifluid.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/multifluid.cpp b/src/multifluid.cpp index 361cf37..8f6ea90 100644 --- a/src/multifluid.cpp +++ b/src/multifluid.cpp @@ -95,12 +95,6 @@ int main(){ auto model = build_multifluid_model({ "CarbonDioxide", "Water" }, coolprop_root, BIPcollection, flags); } - // // Critical curves - //{ - // Timer t(1); - // trace_critical_loci(coolprop_root, BIPcollection); - // }*/ - time_calls(coolprop_root, BIPcollection); /*{ nlohmann::json flags = { {"estimate", true},{"another","key"} }; -- GitLab