Changeset 2898 in Sophya for trunk/SophyaExt/FitsIOServer/fitsntuple.cc
- Timestamp:
- Jan 13, 2006, 7:26:40 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsntuple.cc
r2897 r2898 61 61 string clsnm = is.KeyValue(key); 62 62 if (clsnm == "SOPHYA::NTuple") return 2; 63 key = "Content"; 64 if (is.KeyValue(key) == "NTuple") return 2; 63 65 else return 1; 64 66 }
Note:
See TracChangeset
for help on using the changeset viewer.