Fixed some errors.

This commit is contained in:
Harry Moffat 2009-03-19 19:14:46 +00:00
parent 620de36b05
commit cb707cca0b
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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*