]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Edited plot.sh to use test parameter
authorcazamias <cazamias@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 3 Oct 2012 21:57:45 +0000 (21:57 +0000)
committercazamias <cazamias@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 3 Oct 2012 21:57:45 +0000 (21:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@26938 0785d39b-7218-0410-832d-ea1e28bc413d

tests/benchmarks/plot.sh

index f66ec8ce8942c806838fa2c38d2692f719fff76a..47149d508030da3493dbf989b3279fec322260e2 100644 (file)
@@ -5,10 +5,10 @@ echo "set terminal x11 persist"
 echo "set log y"
 echo "plot \\"
 n=1
-for i in `cat names.step-22`
+for i in `cat names.$1`
 do
   n=`expr $n "+" 1`
-  echo "'datatable.step-22' using 1:$n title '$i' w lp,\\";
+  echo "'datatable.$1' using 1:$n title '$i' w lp,\\";
 done
 
 echo "0"

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.