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('************************************************')