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/dmt.c

    r13479 r14590  
    44int dmt (int argc, char **argv) {
    55 
     6  // XXX this needs to be fixed: how to access different graphs at once?
     7  gprint (GP_ERR, "ERROR: this function is currently disabled\n");
     8  return (FALSE);
     9
     10# if (0)
     11
    612  int i, m, k, N, kapa, SaveVectors;
    713  int Nsec, Nsecfilt, NPTS;
     
    3844  }
    3945
    40   // XXX this needs to be fixed: how to access different graphs at once?
    41   gprint (GP_ERR, "ERROR: this function is currently disabled\n");
    42   return (FALSE);
    4346  if (!GetGraphData (&graphsky, &kapa, NULL)) return (FALSE);
    4447  if (!GetGraph (&graphmode, NULL, NULL)) return (FALSE);
     
    151154  }
    152155  return (TRUE);
    153 
     156# endif
    154157}
Note: See TracChangeset for help on using the changeset viewer.