cantera/interfaces
Ray Speth 6514f7a8e1 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-08-03 23:00:54 -04:00
..
cython Fix multiprocessing example when using Python 3 2015-08-03 23:00:54 -04:00
matlab Remove execute bit from files that don't need it 2015-08-02 23:06:16 -04:00
python_minimal Add setuptools directories to python_minimal .gitignore 2015-08-02 23:06:16 -04:00