IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 26, 2006, 1:14:47 PM (20 years ago)
Author:
eugene
Message:

removed IMAGE_CATALOG from config, finished proper-motion additions, minor fixes in graphing

File:
1 edited

Legend:

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

    r5900 r6684  
    33int catdir_define (int argc, char **argv) {
    44 
     5  char *current;
    56  int status, N, VERBOSE;
    67
     
    1415    fprintf (stderr, "USAGE: catdir (name)\n");
    1516    fprintf (stderr, "       (name) may be a path or 'default'\n");
     17    current = GetCATDIR ();
     18    if (current == NULL) {
     19      fprintf (stderr, "catdir not defined\n");
     20    } else {
     21      fprintf (stderr, "current: %s\n", current);
     22    }
    1623    return (FALSE);
    1724  }
Note: See TracChangeset for help on using the changeset viewer.