IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2007, 3:29:29 PM (19 years ago)
Author:
eugene
Message:

importing updates from eam_branch_20071130

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relastro/src/load_catalogs.c

    r15130 r15743  
    1313  for (i = 0; i < skylist[0].Nregions; i++) {
    1414
     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
    1517    pcatalog = subselect ? &tcatalog : &catalog[i];
    1618
     
    2628      exit (1);
    2729    }
    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);
    2931
    3032    // select only the brighter stars
Note: See TracChangeset for help on using the changeset viewer.