Changeset 3069 in Sophya for trunk/SophyaExt/FitsIOServer/fitsinoutfile.cc
- Timestamp:
- Sep 8, 2006, 4:30:31 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsinoutfile.cc
r3047 r3069 203 203 void FitsInOutFile::Close() 204 204 { 205 if (ownfptr == false) return;206 205 if (fptr_ == NULL) return; 206 if (ownfptr == false) { 207 fptr_ = NULL; return; 208 } 207 209 int status = 0; 208 210 if (mode_ == Fits_Create) {
Note:
See TracChangeset
for help on using the changeset viewer.