Changeset 23244 for trunk/psModules/src/camera
- Timestamp:
- Mar 10, 2009, 12:29:41 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileIO.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileIO.c
r21363 r23244 22 22 #include "pmFPARead.h" 23 23 #include "pmFPAWrite.h" 24 #include "pmFPAfileIO.h"25 24 #include "pmFPAfileFitsIO.h" 26 25 #include "pmSpan.h" … … 44 43 #include "pmSubtractionIO.h" 45 44 #include "pmConcepts.h" 45 #include "pmConfigRun.h" 46 47 #include "pmFPAfileIO.h" 46 48 47 49 // attempt create, read, write, close, or free pmFPAfiles available in files files are … … 164 166 } 165 167 168 if (!pmConfigRunFileAdd(config, file)) { 169 psError(PS_ERR_UNKNOWN, false, "Unable to add file to run-time information"); 170 return false; 171 } 172 166 173 // select a reading method 167 174 bool status = true; … … 412 419 return false; 413 420 } 421 } 422 423 if (!pmConfigRunFileAdd(config, file)) { 424 psError(PS_ERR_UNKNOWN, false, "Unable to add file to run-time information"); 425 return false; 414 426 } 415 427
Note:
See TracChangeset
for help on using the changeset viewer.
