IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 26, 2006, 4:01:23 PM (20 years ago)
Author:
Paul Price
Message:

Changing the order of arguments for psFitsWriteHeader and psFitsWriteBlank --- in output, the file handle should go first.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFitsHeader.c

    r7232 r7234  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-05-27 01:59:36 $
     9 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2006-05-27 02:01:23 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    336336    }
    337337
    338     return psFitsWriteHeader(output, fits);
     338    return psFitsWriteHeader(fits, output);
    339339}
    340340
Note: See TracChangeset for help on using the changeset viewer.