cantera/interfaces
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
..
cython Fix multiprocessing example when using Python 3 2015-09-09 18:59:19 -04:00
matlab [Matlab] Add missing 'clear' functions 2015-04-11 10:54:52 -04:00
python_minimal Change Python module URL to point to cantera.org 2015-03-10 22:41:49 +00:00