IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 21, 2007, 2:10:20 PM (19 years ago)
Author:
eugene
Message:

convert str_to_time and related functions to ohana_...; various cleanups for -Wall -Werror

File:
1 edited

Legend:

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

    r14401 r14590  
    33int mextract (int argc, char **argv) {
    44 
    5   int i, j, k, m, n, N, N1, Npts, NPTS, last, Nfields, Nreturn, Ncstack, Nstack;
     5  int i, j, k, m, n, N, Npts, NPTS, last, Nfields, Nreturn, Ncstack, Nstack;
    66  int Nsecfilt, VERBOSE, loadImages, mosaicMode;
    7   char *p;
    8   double *M1;
    97  char **cstack, name[1024];
    108  float *values;
     
    2422  fields = NULL;
    2523  stack = NULL;
     24
     25  if ((N = get_argument (argc, argv, "-h"))) goto help;
     26  if ((N = get_argument (argc, argv, "--help"))) goto help;
    2627
    2728  VERBOSE = FALSE;
     
    159160  FreeSkyRegionSelection (selection);
    160161  return (TRUE);
    161 
    162 usage:
    163   gprint (GP_ERR, "USAGE: mextract (value) [options]\n");
    164   gprint (GP_ERR, "  value: measure.parameter or photcode\n");
    165   return (FALSE);
    166162
    167163escape:
Note: See TracChangeset for help on using the changeset viewer.