Index: trunk/ppMerge/src/ppMergeScaleZero.c
===================================================================
--- trunk/ppMerge/src/ppMergeScaleZero.c	(revision 9541)
+++ trunk/ppMerge/src/ppMergeScaleZero.c	(revision 9737)
@@ -164,5 +164,4 @@
     if (options->scale) {
         gains = psVectorAlloc(data->numCells, PS_TYPE_F32);
-        gains->n = data->numCells;
     }
     if (options->darktime) {
@@ -246,9 +245,7 @@
                     int sampleSize = (image->numCols * image->numRows) / options->sample; // Size of sample
                     psVector *sample = psVectorAlloc(sampleSize, PS_TYPE_F32); // Sample of the image
-                    sample->n = sampleSize;
                     psVector *sampleMask = NULL; // Mask for sample
                     if (readout->mask) {
                         sampleMask = psVectorAlloc(sampleSize, PS_TYPE_U8);
-                        sampleMask->n = sampleSize;
                     }
                     psImage *mask = readout->mask; // The mask image
