From cb8baf2593dafd92c6a04925cedeeb00d9169821 Mon Sep 17 00:00:00 2001
From: Pedro Gonnet <pedro.gonnet@durham.ac.uk>
Date: Wed, 28 Nov 2012 16:39:41 +0000
Subject: [PATCH] added new test case to script.

Former-commit-id: 404be6fe47252ed69fa1b759d9515a011b802431
---
 examples/test_mc.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/test_mc.sh b/examples/test_mc.sh
index ceedc5fd57..4c44f77808 100755
--- a/examples/test_mc.sh
+++ b/examples/test_mc.sh
@@ -27,4 +27,6 @@ do
 
     ./test -r 100 -t $cpu -b "100 100 100" -N 3558892 -c snap_C09/Coordinates.txt.gz -s "50 50 50" -p 0 -h snap_C09/SmoothingLength.txt.gz -m 6.138 > snap_C09_${cpu}.dump
 
+    ./test -r 100 -t $cpu -b "6.25 6.25 6.25" -N 1841127 -c scaling/Coordinates.txt.gz -p 1 -h scaling/SmoothingLength.txt.gz -m 0.5 -z 200 > scaling_${cpu}.dump
+
 done
-- 
GitLab