From e2fc2d87c57fe73e6ec034b38afa24f21f4200f7 Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Wed, 19 Nov 2014 12:06:21 -0500 Subject: [PATCH] Consistency plots default to building all plots Signed-off-by: Ian Bell --- wrappers/Python/CoolProp/Plots/ConsistencyPlots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrappers/Python/CoolProp/Plots/ConsistencyPlots.py b/wrappers/Python/CoolProp/Plots/ConsistencyPlots.py index c7a94a5c..dde1fba2 100644 --- a/wrappers/Python/CoolProp/Plots/ConsistencyPlots.py +++ b/wrappers/Python/CoolProp/Plots/ConsistencyPlots.py @@ -338,7 +338,7 @@ class ConsistencyAxis(object): if __name__=='__main__': PVT = PdfPages('Consistency.pdf') - for fluid in ['Water','Propane','MDM']:#CP.__fluids__: + for fluid in CP.__fluids__: print('************************************************') print(fluid) print('************************************************')