aboutsummaryrefslogtreecommitdiff
path: root/test/misner1.2-025/h.ah1.dx
diff options
context:
space:
mode:
authorsvnadmin <svnadmin@f88db872-0e4f-0410-b76b-b9085cfa78c5>2008-06-26 13:51:26 +0000
committersvnadmin <svnadmin@f88db872-0e4f-0410-b76b-b9085cfa78c5>2008-06-26 13:51:26 +0000
commit9716af1598ddfd2ab8ee7198b35cca1df312c4fd (patch)
tree5f903e795434362f0360ee2e3e65a27e6c6601c3 /test/misner1.2-025/h.ah1.dx
parent8cb0df53b3d5d615624b9bffdcc11cf13905cfc0 (diff)
Make "Erik" branch the default trunk for AHFinderDirect.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1526 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'test/misner1.2-025/h.ah1.dx')
-rw-r--r--test/misner1.2-025/h.ah1.dx13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/misner1.2-025/h.ah1.dx b/test/misner1.2-025/h.ah1.dx
deleted file mode 100644
index 55e04f6..0000000
--- a/test/misner1.2-025/h.ah1.dx
+++ /dev/null
@@ -1,13 +0,0 @@
-# list the size of each patch (N_rho x N_sigma)
-object "+z patch" class array type int rank 1 shape 2 items 1 data follows 11 11
-object "+x patch" class array type int rank 1 shape 2 items 1 data follows 21 11
-object "+y patch" class array type int rank 1 shape 2 items 1 data follows 21 11
-object "-z patch" class array type int rank 1 shape 2 items 1 data follows 11 11
-
-# collect all patch sizes into a single OpenDX group
-# for the ImportAHFinderDirectGnuplot macro to read
-object "patchsizes" class group
-member 0 value "+z patch"
-member 1 value "+x patch"
-member 2 value "+y patch"
-member 3 value "-z patch"