Index: trunk/psModules/src/objects/pmSourceIO_CMF.c
===================================================================
--- trunk/psModules/src/objects/pmSourceIO_CMF.c	(revision 9653)
+++ trunk/psModules/src/objects/pmSourceIO_CMF.c	(revision 9730)
@@ -3,6 +3,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-10-19 21:16:49 $
+ *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-10-24 22:55:05 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -50,6 +50,5 @@
     float ZERO_POINT = psMetadataLookupF32 (&status, header, "ZERO_PT");
 
-    table = psArrayAlloc (sources->n);
-    table->n = 0;
+    table = psArrayAllocEmpty (sources->n);
 
     for (i = 0; i < sources->n; i++) {
@@ -130,5 +129,4 @@
 
     psArray *sources = psArrayAlloc (table->n);
-    sources->n = table->n;
 
     // convert the table to the pmSource entries
