slepicka-craig / cantera

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

Allow float numbers for atomic compositions of species #256

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 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: