IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12462


Ignore:
Timestamp:
Mar 15, 2007, 3:47:50 PM (19 years ago)
Author:
eugene
Message:

fixed typo on master photcode file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/getstar/src/ConfigInit.c

    r12332 r12462  
    3333
    3434  /* XXX this does not yet write out the master photcode table */
    35   sprintf (MasterPhotcodeFile, "%s/Photcodes.dat", CATDIR);
     35  sprintf (CatdirPhotcodeFile, "%s/Photcodes.dat", CATDIR);
    3636  if (!LoadPhotcodes (CatdirPhotcodeFile, MasterPhotcodeFile)) {
    3737    fprintf (stderr, "error loading photcode table %s or master file %s\n", CatdirPhotcodeFile, MasterPhotcodeFile);
Note: See TracChangeset for help on using the changeset viewer.