nashiong / cantera

Automatically exported from code.google.com/p/cantera
0 stars 0 forks source link

Allow float numbers for atomic compositions of species #256

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
line 382 was changed from "d[b[0]] = int(b[1])" to "d[b[0]] = float(b[1])" to 
allow floating numbers for the atomic composition of mixed species like diesel 
or other multicomponent mixtures.

Original issue reported on code.google.com by Mort...@gmx.de on 30 Apr 2015 at 10:16

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the report. Two comments:

- This project has migrated to GitHub (https://github.com/cantera/cantera) due 
to the impending closure of Google Code. Please report all issues there.

- This issue has already been resolved in the current development version (see 
this commit: 
https://github.com/Cantera/cantera/commit/c29ae666c05ec1da8827254f232f0579675c46
35)

Original comment by yarmond on 1 May 2015 at 3:15