Changeset 23647 for branches/pap/ppImage/src/ppImageAstrom.c
- Timestamp:
- Mar 31, 2009, 5:26:21 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/ppImage/src/ppImageAstrom.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ppImage/src/ppImageAstrom.c
r16084 r23647 7 7 // this function is mostly equivalent to the top-level of psastro, with some 8 8 // modifications since the data has already been loaded. 9 bool ppImageAstrom (pmConfig *config ) {9 bool ppImageAstrom (pmConfig *config, psMetadata *stats) { 10 10 11 11 bool status; … … 27 27 } 28 28 29 if (!psastroAnalysis (config)) {29 if (!psastroAnalysis(config, stats)) { 30 30 psError (PSASTRO_ERR_UNKNOWN, false, "failure in psastro analysis\n"); 31 31 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
