aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Write2D.c1
-rw-r--r--src/Write3D.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/Write2D.c b/src/Write2D.c
index 8ed0c65..ce93657 100644
--- a/src/Write2D.c
+++ b/src/Write2D.c
@@ -141,7 +141,6 @@ int IOASCII_Write2D (const cGH *GH, int vindex, const char *alias)
char header[40], buffer[30];
char *fullname, *groupname;
int extent_int[3];
- CCTK_REAL offset[2];
CCTK_INT vindices[3], origin[3], extent[2], direction[6], downsample[2],
hsize[2];
void *hdata[3];
diff --git a/src/Write3D.c b/src/Write3D.c
index 998143a..bb121ac 100644
--- a/src/Write3D.c
+++ b/src/Write3D.c
@@ -135,7 +135,6 @@ int IOASCII_Write3D (const cGH *GH, int vindex, const char *alias)
char *fullname, *groupname;
void *hdata[4];
int extent_int[3];
- CCTK_REAL offset[3];
int mapping;
CCTK_INT vindices[4], extent[3], downsample[3], hsize[3];
const CCTK_INT origin[] = {0, 0, 0},