jjgomera / iapws

python libray for IAPWS standard calculation of water and steam properties
GNU General Public License v3.0
170 stars 64 forks source link

Error when using IAPWS(P=1.0, x=0) #1

Closed Nykko closed 10 years ago

Nykko commented 10 years ago

Hi, the issue is in line 2237 fase.alfav=estado["alfav"] using iapws-1.0.3-py3.3.egg

btw: when you import "import iapws" in python3.x you get an error, the last line is not python3 compatible. print mix -> print (mix)

jjgomera commented 10 years ago

Hi,

I think it's solve with last commit, clean saturation line definition.

That print line really was a debug line i forget remove, iapws is python 3.x compatible, but i normally work in python 2.x, clean too in this commit

Thanks!