IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 13, 2005, 1:27:06 PM (22 years ago)
Author:
evanalst
Message:

Remove comment lines for PS_META_UNKNOWN.

File:
1 edited

Legend:

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

    r2982 r2985  
    1212*  @author Ross Harman, MHPCC
    1313*
    14 *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
    15 *  @date $Date: 2005-01-13 21:45:50 $
     14*  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
     15*  @date $Date: 2005-01-13 23:27:06 $
    1616*
    1717*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    186186    case PS_META_UNKNOWN:
    187187        // Copy of input data not performed due to variability of data types
    188         //        metadataItem->data.V = va_arg(argPtr, psPtr);
     188        metadataItem->data.V = va_arg(argPtr, psPtr);
    189189        break;
    190190    default:
Note: See TracChangeset for help on using the changeset viewer.