diff --git a/Cantera/python/examples/surface_chemistry/catcomb_stagflow/Makefile.in b/Cantera/python/examples/surface_chemistry/catcomb_stagflow/Makefile.in index 2666a60f9..995a87b24 100644 --- a/Cantera/python/examples/surface_chemistry/catcomb_stagflow/Makefile.in +++ b/Cantera/python/examples/surface_chemistry/catcomb_stagflow/Makefile.in @@ -3,12 +3,13 @@ PYTHON_CMD = @PYTHON_CMD@ run: - $(PYTHON_CMD) multiphase_plasma.py + $(PYTHON_CMD) catcomb.py test: ./runtest clean: rm -f *.log *.csv *.xml + ./cleanup # end of file diff --git a/Cantera/python/examples/surface_chemistry/catcomb_stagflow/cleanup b/Cantera/python/examples/surface_chemistry/catcomb_stagflow/cleanup index c09a448c9..40e1dbd9e 100755 --- a/Cantera/python/examples/surface_chemistry/catcomb_stagflow/cleanup +++ b/Cantera/python/examples/surface_chemistry/catcomb_stagflow/cleanup @@ -2,4 +2,4 @@ # /bin/rm -rf equilibrate_log*.html /bin/rm -rf .cttmp* ct2ctml.log transport_log.xml vcs_equilibrate_res*.csv \ - equil_koh.csv output_0.txt diff* + catcomb.csv output_0.txt diff*