IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 5, 2005, 3:12:58 PM (21 years ago)
Author:
desonia
Message:

Removed PS_TYPE_PTR from psElemType, as per latest SDRS.

File:
1 edited

Legend:

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

    r3441 r3671  
    99*  @author Ross Harman, MHPCC
    1010*
    11 *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2005-03-17 19:01:01 $
     11*  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2005-04-06 01:12:58 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    509509    char *strComment = NULL;
    510510    char *linePtr = NULL;
    511     psElemType vecType = PS_TYPE_PTR;
     511    psElemType vecType = 0;
    512512    psS32 status = 0;
    513513    psU32 lineCount = 0;
     
    956956    psS32 status = 0;
    957957    psU32 lineNumber = 0;
    958     psElemType pType = PS_TYPE_PTR;
     958    psElemType pType = 0;
    959959    char *strName = NULL;
    960960    char *strType = NULL;
Note: See TracChangeset for help on using the changeset viewer.