Changeset 2864 in Sophya for trunk/SophyaExt/FitsIOServer/fitshdtable.cc
- Timestamp:
- Jan 2, 2006, 2:47:44 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitshdtable.cc
r2846 r2864 12 12 13 13 // #include "fitshdtable.h" 14 15 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 16 int FitsHandler<BaseDataTable>::CheckReadability(FitsInOutFile& is) 17 { 18 if (is.CurrentHDUType() == IMAGE_HDU ) return 0; 19 string key = "SOPCLSNM"; 20 if (is.KeyValue(key) == "SOPHYA::DataTable") return 2; 21 else return 1; 22 } 14 23 15 24 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */
Note:
See TracChangeset
for help on using the changeset viewer.