changeset 2537:c91e2ce03362

forgot to declare variable, silly me L.B!
author Leila Baghdadi <baghdadi@phenogenomics.ca>
date Tue, 02 Aug 2011 10:27:14 -0400
parents e5a91a896b9a
children 7db67b8db88b
files libsrc2/hyper.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libsrc2/hyper.c
+++ b/libsrc2/hyper.c
@@ -730,6 +730,11 @@
     int is_signed;
     int nctype;
 
+    int i;
+    int ndims = volume->number_of_dims;
+    midimhandle_t hdim;
+
+
     file_id = volume->hdf_id;
 
     var_id = ncvarid(file_id, MIimage);