Changeset 2197 in Sophya for trunk/SophyaExt/FitsIOServer/fitstarray.cc
- Timestamp:
- Sep 24, 2002, 4:03:36 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitstarray.cc
r1388 r2197 125 125 if ( typeid(T) == typeid(r_4) ) type='E'; 126 126 else 127 if ( typeid(T) == typeid(int_4) ) type=' I';127 if ( typeid(T) == typeid(int_4) ) type='J'; 128 128 else 129 129 {
Note:
See TracChangeset
for help on using the changeset viewer.