IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 15, 2007, 3:25:20 PM (19 years ago)
Author:
eugene
Message:

changed device numbers to device names; using inet sockets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/kapa-mods-2007-05/Ohana/src/opihi/dvo/dmt.c

    r12332 r13391  
    44int dmt (int argc, char **argv) {
    55 
    6   int i, m, k, N, Ngraph, SaveVectors;
     6  int i, m, k, N, SaveVectors;
    77  int Nsec, Nsecfilt, NPTS;
    88  double Radius;
     
    3838  }
    3939
    40   Ngraph = 0;
    41   if (!GetGraphData (&graphsky, NULL, &Ngraph)) return (FALSE);
     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  if (!GetGraphData (&graphsky, NULL, NULL)) return (FALSE);
    4243  if (!GetGraph (&graphmode, NULL, NULL)) return (FALSE);
    4344
Note: See TracChangeset for help on using the changeset viewer.