Changeset 41285 for trunk/psastro/src/psastro.c
- Timestamp:
- Feb 24, 2020, 4:01:13 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastro.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastro.c
r23810 r41285 51 51 } 52 52 53 psLogMsg("psastro", 3, "TIMEMARK: psastroDataLoad: %f sec\n", psTimerMark ("complete")); 54 53 55 psMetadata *stats = psMetadataAlloc(); // Statistics, for output 54 56 psMetadataAddS32(stats, PS_LIST_TAIL, "QUALITY", 0, "No problems", 0); … … 61 63 exit(PS_EXIT_SYS_ERROR); 62 64 } 65 66 psLogMsg("psastro", 3, "TIMEMARK: psastroAnalysis: %f sec\n", psTimerMark ("complete")); 63 67 64 68 // write out the results
Note:
See TracChangeset
for help on using the changeset viewer.
