Changeset 3038
- Timestamp:
- Jan 18, 2005, 9:49:30 AM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 3 edited
-
dataIO/psFits.c (modified) (2 diffs)
-
fileUtils/psFits.c (modified) (2 diffs)
-
fits/psFits.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataIO/psFits.c
r3037 r3038 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-01-18 19: 36:26$9 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-01-18 19:49:30 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1216 1216 psMetadataAdd(data,PS_LIST_TAIL, name, \ 1217 1217 PS_TYPE_##TYPE, PS_META_PRIMITIVE, \ 1218 "", value); \1218 "", (ps##TYPE)value); \ 1219 1219 } \ 1220 1220 break; \ -
trunk/psLib/src/fileUtils/psFits.c
r3037 r3038 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-01-18 19: 36:26$9 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-01-18 19:49:30 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1216 1216 psMetadataAdd(data,PS_LIST_TAIL, name, \ 1217 1217 PS_TYPE_##TYPE, PS_META_PRIMITIVE, \ 1218 "", value); \1218 "", (ps##TYPE)value); \ 1219 1219 } \ 1220 1220 break; \ -
trunk/psLib/src/fits/psFits.c
r3037 r3038 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-01-18 19: 36:26$9 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-01-18 19:49:30 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1216 1216 psMetadataAdd(data,PS_LIST_TAIL, name, \ 1217 1217 PS_TYPE_##TYPE, PS_META_PRIMITIVE, \ 1218 "", value); \1218 "", (ps##TYPE)value); \ 1219 1219 } \ 1220 1220 break; \
Note:
See TracChangeset
for help on using the changeset viewer.
