IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 29, 2006, 4:29:59 PM (20 years ago)
Author:
magnier
Message:

adding EXTNAME to psFitsWriteBlank

File:
1 edited

Legend:

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

    r8882 r9067  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-09-22 12:24:38 $
     5 *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-09-30 02:29:59 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7777        return false;
    7878    }
    79     if (!psFitsWriteBlank(fits, header)) {
     79    // XXX what is the EXTNAME??
     80    if (!psFitsWriteBlank(fits, header, "")) {
    8081        psError(PS_ERR_IO, false, "Writing header to %s\n", filename);
    8182        (void)psFitsClose(fits);
Note: See TracChangeset for help on using the changeset viewer.