Changeset 1669 in Sophya for trunk/SophyaExt/FitsIOServer
- Timestamp:
- Oct 5, 2001, 6:23:29 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fabtwriter.cc
r1664 r1669 138 138 bool tformauto = false; 139 139 if(HduType==BINARY_TBL) { 140 if(tform==NULL) tformauto = true;141 if(strlen(tform)<=0) tformauto = true;140 if(tform==NULL) tformauto = true; 141 else if(strlen(tform)<=0) tformauto = true; 142 142 } 143 143 if(tformauto) {
Note:
See TracChangeset
for help on using the changeset viewer.