changeset 1903:829be4c0d502

*** empty log message ***
author baghdadi <baghdadi>
date Wed, 24 Nov 2004 16:31:03 +0000
parents 4a3cfffd1b7c
children c71d3fe698e4
files libsrc2/dimension.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libsrc2/dimension.c
+++ b/libsrc2/dimension.c
@@ -343,7 +343,7 @@
   hsize_t number_of_dims; 
   int i=0, max_dims;
   int num_ret_dims = 0;
-  
+  midimhandle_t hdim;
   
   if (volume == NULL) {
     return (MI_ERROR);
@@ -369,7 +369,7 @@
      if the user has set the apparent order use the dim_indices
      to search the dimensions otherwise use dim_handles
    */
-  midimhandle_t hdim;
+  
   
   for (i=0; i < max_dims; i++) {
       if (order == MI_DIMORDER_APPARENT) {