Skip to content

Commit

Permalink
Move MixMaster into a separate Python module and Git repository
Browse files Browse the repository at this point in the history
MixMaster has been moved to https://github.com/Cantera/mixmaster
  • Loading branch information
speth committed Jan 20, 2017
1 parent 26651cc commit 886d7b7
Show file tree
Hide file tree
Showing 47 changed files with 0 additions and 4,345 deletions.
2 changes: 0 additions & 2 deletions interfaces/cython/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,5 @@ scripts/ctml_writer.py
scripts/ctml_writer
scripts/ck2cti.py
scripts/ck2cti
scripts/mixmaster
scripts/mixmaster.py
Cantera.egg-info
dist
2 changes: 0 additions & 2 deletions interfaces/cython/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ def add_dependencies(mod, ext):

for f in (mglob(localenv, 'cantera', 'py') +
mglob(localenv, 'cantera/test', 'py') +
mglob(localenv, 'cantera/mixmaster', 'py') +
mglob(localenv, 'cantera/mixmaster/Units', 'py') +
mglob(localenv, 'cantera/examples/tutorial', 'py') +
mglob(localenv, 'cantera/examples/equilibrium', 'py') +
mglob(localenv, 'cantera/examples/kinetics', 'py') +
Expand Down
254 changes: 0 additions & 254 deletions interfaces/cython/cantera/mixmaster/CompositionFrame.py

This file was deleted.

Loading

0 comments on commit 886d7b7

Please sign in to comment.