IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 23, 2006, 3:05:21 PM (20 years ago)
Author:
eugene
Message:

adding working threads to server/client mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/lookup.c

    r7949 r7952  
    33int lookup (int argc, char **argv) {
    44 
    5   int i, Nbins, bin, N, Normalize;
    6   float start, end, delta;
    7   float *V, *K, *O, *NV;
    8   Vector *val, *key, *out;
     5  int i, j;
     6  float *ip, *op, *xp, *yp;
     7  Vector *in, *out, *xv, *yv;
    98
    109  if (argc != 5) {
Note: See TracChangeset for help on using the changeset viewer.