IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16706


Ignore:
Timestamp:
Feb 28, 2008, 7:43:18 AM (18 years ago)
Author:
eugene
Message:

fix typo: [i] to [0]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080223/Ohana/src/addstar/src/load2mass_as_rawdata.c

    r16698 r16706  
    165165
    166166        // an error exit status here is a significant error
    167         if (!dvo_catalog_open (&catalog, skylist[0].regions[i], VERBOSE, "w")) {
     167        if (!dvo_catalog_open (&catalog, skylist[0].regions[0], VERBOSE, "w")) {
    168168          fprintf (stderr, "ERROR: failure to open/create catalog file %s\n", catalog.filename);
    169169          exit (2);
Note: See TracChangeset for help on using the changeset viewer.