IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2005, 2:45:06 PM (21 years ago)
Author:
desonia
Message:

Added SWIG and autoconf.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/psMetadataIO.c

    r2973 r3114  
    99*  @author Ross Harman, MHPCC
    1010*
    11 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2005-01-13 20:48:59 $
     11*  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2005-02-03 00:45:06 $
    1313*
    1414*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    760760    psF64 tempDbl = 0.0;
    761761    psS32 tempInt = 0.0;
    762     psElemType pType;
    763     psMetadataType mdType;
     762    psElemType pType = PS_TYPE_PTR;
     763    psMetadataType mdType = PS_META_PRIMITIVE;
    764764    char *fileName = NULL;
    765765    char *strName = NULL;
     
    909909    psS32 status = 0;
    910910    psU32 lineNumber = 0;
    911     psElemType pType;
    912     psMetadataType mdType;
     911    psElemType pType = PS_TYPE_PTR;
     912    psMetadataType mdType = PS_META_PRIMITIVE;
    913913    char *strName = NULL;
    914914    char *strType = NULL;
Note: See TracChangeset for help on using the changeset viewer.