Consistency plots default to building all plots

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-11-19 12:06:21 -05:00
parent 755b0da85b
commit e2fc2d87c5

View File

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