Fixed some errors.
This commit is contained in:
parent
620de36b05
commit
cb707cca0b
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue