aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorrhaas <rhaas@1bdb13ef-5d69-4035-bb54-08abeb3aa7f1>2013-07-08 06:45:43 +0000
committerrhaas <rhaas@1bdb13ef-5d69-4035-bb54-08abeb3aa7f1>2013-07-08 06:45:43 +0000
commit7337d16bc3e4866f5011dd5a88ea76fb3c5f29da (patch)
treecefff6c089825423ae0f58966de784959c64c69e /test
parentf1e06328a789a6c203ae9043258cc815b0e047ef (diff)
remove duplicate parameter from test_two_max test
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@140 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
Diffstat (limited to 'test')
-rw-r--r--test/test_two_av.par5
-rw-r--r--test/test_two_max.par5
2 files changed, 4 insertions, 6 deletions
diff --git a/test/test_two_av.par b/test/test_two_av.par
index 8f074b0..597e96e 100644
--- a/test/test_two_av.par
+++ b/test/test_two_av.par
@@ -44,14 +44,13 @@ tovsolver::TOV_Num_TOVs = 2
tovsolver::TOV_Num_Radial = 200000
tovsolver::TOV_Combine_Method = "average"
-tovsolver::TOV_Rho_Central[0] = 0.16e-3
tovsolver::TOV_Gamma = 2.0
tovsolver::TOV_K = 100.0
+
+tovsolver::TOV_Rho_Central[0] = 0.16e-3
tovsolver::TOV_Position_x[0] = -15.0
tovsolver::TOV_Rho_Central[1] = 0.32e-3
-tovsolver::TOV_Gamma = 2.0
-tovsolver::TOV_K = 100.0
tovsolver::TOV_Position_x[1] = 15.0
IO::out_fileinfo="none"
diff --git a/test/test_two_max.par b/test/test_two_max.par
index 4a2819a..8aed875 100644
--- a/test/test_two_max.par
+++ b/test/test_two_max.par
@@ -44,14 +44,13 @@ tovsolver::TOV_Num_TOVs = 2
tovsolver::TOV_Num_Radial = 200000
tovsolver::TOV_Combine_Method = "maximum"
-tovsolver::TOV_Rho_Central[0] = 0.16e-3
tovsolver::TOV_Gamma = 2.0
tovsolver::TOV_K = 100.0
+
+tovsolver::TOV_Rho_Central[0] = 0.16e-3
tovsolver::TOV_Position_x[0] = -15.0
tovsolver::TOV_Rho_Central[1] = 0.32e-3
-tovsolver::TOV_Gamma = 2.0
-tovsolver::TOV_K = 100.0
tovsolver::TOV_Position_x[1] = 15.0
IO::out_fileinfo="none"