Changeset 4342 for trunk/psLib/src/fits
- Timestamp:
- Jun 21, 2005, 4:05:41 PM (21 years ago)
- Location:
- trunk/psLib/src/fits
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFits.c
r4315 r4342 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.3 6$ $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 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 336 336 } 337 337 338 char*psFitsGetExtName(const psFits* fits)338 psString psFitsGetExtName(const psFits* fits) 339 339 { 340 340 if (fits == NULL) { -
trunk/psLib/src/fits/psFits.h
r4315 r4342 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 7$ $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 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 95 95 * error occurred. 96 96 */ 97 char*psFitsGetExtName(97 psString psFitsGetExtName( 98 98 const psFits* fits ///< the psFits object 99 99 );
Note:
See TracChangeset
for help on using the changeset viewer.
