cantera/interfaces/cython
Ray Speth ffb703ecfd Fix multiprocessing example when using Python 3
In Python 3, 'map' returns an object which evalutes the function as it is
consumed, not when 'map' is called. Therefore, the correct comparison to
pool.map(...) is list(map(...)).
2015-09-09 18:59:19 -04:00
..
cantera Fix multiprocessing example when using Python 3 2015-09-09 18:59:19 -04:00
scripts [SCons] Install script for running MixMaster with new Python module 2013-06-21 20:59:00 +00:00
.gitignore [Python] Remove the legacy Python module 2013-12-09 01:35:08 +00:00
SConscript [SCons] Fix include order when compiling Cython module 2015-09-09 16:32:02 -04:00
setup.py.in Change Python module URL to point to cantera.org 2015-03-10 22:41:49 +00:00