Changeset 10999 for trunk/psLib/src/fits
- Timestamp:
- Jan 9, 2007, 12:38:53 PM (20 years ago)
- Location:
- trunk/psLib/src/fits
- Files:
-
- 4 edited
-
psFits.c (modified) (1 diff)
-
psFitsHeader.c (modified) (1 diff)
-
psFitsImage.c (modified) (1 diff)
-
psFitsTable.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFits.c
r9538 r10999 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 59$ $Name: not supported by cvs2svn $10 * @date $Date: 200 6-10-13 21:13:47$9 * @version $Revision: 1.60 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-09 22:38:52 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 13 */ 14 #include "config.h" 14 15 #ifdef HAVE_CONFIG_H 16 # include "config.h" 17 #endif 18 15 19 #include <unistd.h> 16 20 -
trunk/psLib/src/fits/psFitsHeader.c
r10915 r10999 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 29$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-01-0 5 20:15:05$9 * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-09 22:38:52 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 13 */ 14 15 #ifdef HAVE_CONFIG_H 16 # include "config.h" 17 #endif 14 18 15 19 #include <unistd.h> -
trunk/psLib/src/fits/psFitsImage.c
r9730 r10999 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 6$ $Name: not supported by cvs2svn $10 * @date $Date: 200 6-10-24 22:52:55$9 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-09 22:38:52 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 13 */ 14 15 #ifdef HAVE_CONFIG_H 16 # include "config.h" 17 #endif 14 18 15 19 #include <unistd.h> -
trunk/psLib/src/fits/psFitsTable.c
r9730 r10999 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.2 3$ $Name: not supported by cvs2svn $10 * @date $Date: 200 6-10-24 22:52:55$9 * @version $Revision: 1.24 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-09 22:38:52 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 13 */ 14 14 15 #include "config.h" 15 #ifdef HAVE_CONFIG_H 16 # include "config.h" 17 #endif 18 16 19 #include "psFits.h" 17 20 #include "string.h"
Note:
See TracChangeset
for help on using the changeset viewer.
