IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

added support for CATMODE and CATFORMAT

File:
1 edited

Legend:

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

    r4800 r4834  
    3131  /* find CATDIR in config system */
    3232  if (VarConfig ("CATDIR", "%s", catdir) == NULL) goto escape;
     33  if (VarConfig ("CATMODE", "%s", catalog.catmode) == NULL)
     34    strcpy (catalog.catmode, "RAW");
    3335
    3436  /* command line arguments */
Note: See TracChangeset for help on using the changeset viewer.