IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 19, 2005, 5:14:08 PM (21 years ago)
Author:
eugene
Message:

re-ordered -lFITS and -lohana to support fits_db calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/pmeasure.c

    r4800 r4833  
    1919
    2020  Ngraph = -1;
     21  if (!InitPhotcodes ()) return (FALSE);
    2122  if (!GetGraph (&graphmode, NULL, &Ngraph)) return (FALSE);
    2223  if (VarConfig ("CATDIR", "%s", catdir) == NULL) return (FALSE);
    23   if (!InitPhotcodes ()) return (FALSE);
     24  if (VarConfig ("CATMODE", "%s", catalog.catmode) == NULL)
     25    strcpy (catalog.catmode, "RAW");
    2426
    2527  regions = (RegionFile *) NULL;
Note: See TracChangeset for help on using the changeset viewer.