Changeset 15743 for trunk/Ohana/src/relastro/src/load_catalogs.c
- Timestamp:
- Dec 5, 2007, 3:29:29 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relastro/src/load_catalogs.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/src/load_catalogs.c
r15130 r15743 13 13 for (i = 0; i < skylist[0].Nregions; i++) { 14 14 15 // we only allow output if we do not use a subset. in this case, 16 // the output parameters are correctly set for catalog[i] via pcatalog 15 17 pcatalog = subselect ? &tcatalog : &catalog[i]; 16 18 … … 26 28 exit (1); 27 29 } 28 if (VERBOSE && !pcatalog[0].Nave _disk) fprintf (stderr, "no data in %s, skipping\n", pcatalog[0].filename);30 if (VERBOSE && !pcatalog[0].Naves_disk) fprintf (stderr, "no data in %s, skipping\n", pcatalog[0].filename); 29 31 30 32 // select only the brighter stars
Note:
See TracChangeset
for help on using the changeset viewer.
