summaryrefslogtreecommitdiffstats
path: root/test/flush2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/flush2.c')
-rw-r--r--test/flush2.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/flush2.c b/test/flush2.c
index 8e7fb24..982599c 100644
--- a/test/flush2.c
+++ b/test/flush2.c
@@ -17,6 +17,8 @@ const char *FILENAME[] = {
NULL
};
+static double the_data[100][100];
+
/*-------------------------------------------------------------------------
* Function: main
@@ -39,7 +41,7 @@ main(void)
{
hid_t fapl, file, space, dset, groups, grp;
hsize_t ds_size[2];
- double the_data[100][100], error;
+ double error;
hsize_t i, j;
char name[1024];