version with debug argument added

This commit is contained in:
vhenson 1996-10-21 17:29:37 +00:00
parent 495f84ca24
commit 4a108a6dda
2 changed files with 10 additions and 4 deletions

View File

@ -8,10 +8,13 @@
# $Revision$
#EHEADER***********************************************************************
amgstrip $1.in.solver $1.in.solver.strp
amgstrip $1.in.problem $1.in.problem.strp
amg $1
#rm -f $1.in.solver.strp $1.in.problem.strp
if [ "$2" != "debug" ]
then
rm -f $1.in.solver.strp $1.in.problem.strp
fi

View File

@ -8,10 +8,13 @@
# $Revision$
#EHEADER***********************************************************************
amgstrip $1.in.solver $1.in.solver.strp
amgstrip $1.in.problem $1.in.problem.strp
amg $1
#rm -f $1.in.solver.strp $1.in.problem.strp
if [ "$2" != "debug" ]
then
rm -f $1.in.solver.strp $1.in.problem.strp
fi