cantera/Cantera/matlab/setup_winmatlab.py
2003-09-06 15:00:40 +00:00

3 lines
74 B
Python

f = open('setup.m','w')
f.write('cd cantera\nbuildwin\nexit\n')
f.close()