IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4342 for trunk/psLib/src/fits


Ignore:
Timestamp:
Jun 21, 2005, 4:05:41 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

Location:
trunk/psLib/src/fits
Files:
2 edited

Legend:

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

    r4315 r4342  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-06-18 02:30:49 $
     9 *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-22 02:05:41 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    336336}
    337337
    338 char* psFitsGetExtName(const psFits* fits)
     338psString psFitsGetExtName(const psFits* fits)
    339339{
    340340    if (fits == NULL) {
  • trunk/psLib/src/fits/psFits.h

    r4315 r4342  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-06-18 02:30:49 $
     9 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-22 02:05:41 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    9595 *                     error occurred.
    9696 */
    97 char* psFitsGetExtName(
     97psString psFitsGetExtName(
    9898    const psFits* fits                 ///< the psFits object
    9999);
Note: See TracChangeset for help on using the changeset viewer.