Changeset 12492 for trunk/psastro/src/psastro.c
- Timestamp:
- Mar 18, 2007, 12:28:16 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastro.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastro.c
r11354 r12492 7 7 8 8 int main (int argc, char **argv) { 9 10 pmConfig *config = NULL; 11 psArray *refs = NULL; 9 12 10 13 psTimerStart ("complete"); … … 17 20 18 21 // load configuration information 19 pmConfig *config = psastroArguments (argc, argv);22 config = psastroArguments (argc, argv); 20 23 if (!config) usage (); 21 24 … … 41 44 42 45 // load the reference stars overlapping the data stars 43 psArray *refs = psastroLoadRefstars (config);46 refs = psastroLoadRefstars (config); 44 47 if (!refs) { 45 48 psErrorStackPrint(stderr, "failed to load reference data\n");
Note:
See TracChangeset
for help on using the changeset viewer.
