# HG changeset patch # User baghdadi # Date 1080780441 0 # Node ID f512ca3023db006994734790c180398466c617e8 # Parent ea9505f4d1f548a85c7c34847ac7ce4bd593870a *** empty log message *** diff --git a/libsrc2/dimension.c b/libsrc2/dimension.c --- a/libsrc2/dimension.c +++ b/libsrc2/dimension.c @@ -891,7 +891,7 @@ int i; /* Allocated space for the separations array. */ - separations = (double *) malloc(array_length*sizeof(double)); + //separations = (double *) malloc(array_length*sizeof(double)); for (i=0; i< array_length; i++) { miget_dimension_separation(dimensions[i], voxel_order, &separations[i]); } @@ -952,7 +952,7 @@ int i; /* Allocated space for the length array. */ - sizes = (unsigned long *) malloc(array_length*sizeof(unsigned long)); + //sizes = (unsigned long *) malloc(array_length*sizeof(unsigned long)); for(i=0; i