aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>2000-01-25 12:18:21 +0000
committerallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>2000-01-25 12:18:21 +0000
commitdf512095845f3b58a7bc3e2b4152c4dd04710a38 (patch)
tree378078b1b7fa462d018aba68214d55d9c2218318 /param.ccl
parent780fee7c85484283a532061809e3bc2c1fb3d3ab (diff)
Fix for bug report CactusBase/214
Change test value from -9999.9999 to -424242 git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@84 c78560ca-4b45-4335-b268-5f3340f3cb52
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/param.ccl b/param.ccl
index 195c4c2..645108e 100644
--- a/param.ccl
+++ b/param.ccl
@@ -58,7 +58,7 @@ REAL zmin "Coordinate minimum in z-direction"
REAL xyzmin "Coordinate minimum in x,y,z-directions"
{
: ::
-} -9999.9999
+} -424242
REAL xmax "Coordinate maximum in x-direction"
{
@@ -75,7 +75,7 @@ REAL zmax "Coordinate maximum in z-direction"
REAL xyzmax "Coordinate maximum in xyz-directions"
{
: ::
-} -9999.9999
+} -424242
KEYWORD type "Grid type"
{
@@ -97,4 +97,4 @@ KEYWORD bitant_plane "Plane defining bitant domain"
"xy" :: "xy-plane"
"xz" :: "xz-plane"
"yz" :: "yz-plane"
-} "xy" \ No newline at end of file
+} "xy"