Skip to content

Commit

Permalink
Try to initialize travis environmenti #6
Browse files Browse the repository at this point in the history
  • Loading branch information
jjgomera committed Nov 2, 2017
1 parent fe1fb09 commit 1fe7cae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/freeSteam.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class Freesteam(ThermoWater):
"doi": ""}]

M = unidades.Dimensionless(iapws._iapws.M)
print(os.environ["freesteam"])
if os.environ["freesteam"] == "True":
Pc = unidades.Pressure(freesteam.PCRIT)
Tc = unidades.Temperature(freesteam.TCRIT)
Expand Down

0 comments on commit 1fe7cae

Please sign in to comment.