IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 27, 2005, 7:43:49 AM (21 years ago)
Author:
eugene
Message:

minor cleanups, web edits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/args.c

    r4538 r5144  
    183183    remove_argument (N, &argc, argv);
    184184  }
     185  /* force read of image database with mismatched NSTARS & size */
     186  TEXTMODE = FALSE;
     187  if ((N = get_argument (argc, argv, "-textmode"))) {
     188    TEXTMODE = TRUE;
     189    remove_argument (N, &argc, argv);
     190  }
    185191  /* extra error messages */
    186192  VERBOSE = FALSE;
Note: See TracChangeset for help on using the changeset viewer.