mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-22 20:38:01 -05:00
Consistency plots default to building all plots
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -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('************************************************')
|
||||
|
||||
Reference in New Issue
Block a user