IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 22, 2007, 5:20:13 PM (19 years ago)
Author:
magnier
Message:

supply valid PHU

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceIO.c

    r11229 r11246  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2007-01-22 01:13:00 $
     5 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2007-01-23 03:20:13 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    261261            if (phu) {
    262262                psMetadataCopy (outhead, phu->header);
     263            } else {
     264                psMetadata *fileMD = psMetadataLookupMetadata (NULL, file->format, "FILE");
     265                psMetadataCopy (outhead, fileMD);
    263266            }
    264267
Note: See TracChangeset for help on using the changeset viewer.