aboutsummaryrefslogtreecommitdiff
path: root/test/checkpoint/h.ah2.dx
diff options
context:
space:
mode:
Diffstat (limited to 'test/checkpoint/h.ah2.dx')
-rw-r--r--test/checkpoint/h.ah2.dx15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/checkpoint/h.ah2.dx b/test/checkpoint/h.ah2.dx
deleted file mode 100644
index 42d895a..0000000
--- a/test/checkpoint/h.ah2.dx
+++ /dev/null
@@ -1,15 +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 19 19
-object "+x patch" class array type int rank 1 shape 2 items 1 data follows 10 19
-object "+y patch" class array type int rank 1 shape 2 items 1 data follows 10 19
-object "-x patch" class array type int rank 1 shape 2 items 1 data follows 10 19
-object "-y patch" class array type int rank 1 shape 2 items 1 data follows 10 19
-
-# 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 "-x patch"
-member 4 value "-y patch"