Index: trunk/psLib/src/collections/psMetadata.h
===================================================================
--- trunk/psLib/src/collections/psMetadata.h	(revision 3113)
+++ trunk/psLib/src/collections/psMetadata.h	(revision 3114)
@@ -11,6 +11,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-01-17 20:58:20 $
+*  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-02-03 00:45:06 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -108,4 +108,5 @@
 );
 
+#ifndef SWIG
 /** Create a metadata item with va_list.
  *
@@ -130,4 +131,5 @@
     va_list list                       ///< Arguments for name formatting and metadata item data.
 );
+#endif
 
 /** Create a metadata collection.
Index: trunk/psLib/src/collections/psMetadataIO.c
===================================================================
--- trunk/psLib/src/collections/psMetadataIO.c	(revision 3113)
+++ trunk/psLib/src/collections/psMetadataIO.c	(revision 3114)
@@ -9,6 +9,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-01-13 20:48:59 $
+*  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-02-03 00:45:06 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -760,6 +760,6 @@
     psF64 tempDbl = 0.0;
     psS32 tempInt = 0.0;
-    psElemType pType;
-    psMetadataType mdType;
+    psElemType pType = PS_TYPE_PTR;
+    psMetadataType mdType = PS_META_PRIMITIVE;
     char *fileName = NULL;
     char *strName = NULL;
@@ -909,6 +909,6 @@
     psS32 status = 0;
     psU32 lineNumber = 0;
-    psElemType pType;
-    psMetadataType mdType;
+    psElemType pType = PS_TYPE_PTR;
+    psMetadataType mdType = PS_META_PRIMITIVE;
     char *strName = NULL;
     char *strType = NULL;
