aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@1bdb13ef-5d69-4035-bb54-08abeb3aa7f1>2013-07-11 13:27:33 +0000
committerknarf <knarf@1bdb13ef-5d69-4035-bb54-08abeb3aa7f1>2013-07-11 13:27:33 +0000
commit3c38653246e3e96bed85921e998cc50ef6056b14 (patch)
tree602b135d4d44e3c7dce3811ef8ad974c1dd63717
parente49156de33bd089d3c0e11422330eb0cf3c13858 (diff)
fix par file of testsuite
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@142 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
-rw-r--r--test/test_two_av.par6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/test_two_av.par b/test/test_two_av.par
index 8f074b0..2437cca 100644
--- a/test/test_two_av.par
+++ b/test/test_two_av.par
@@ -43,15 +43,13 @@ ADMBase::initial_shift = "tov"
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"