IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2007, 4:26:31 PM (19 years ago)
Author:
eugene
Message:

added module system; added panstarrs user features; panstarrs threaded

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.basic/run_for.c

    r10846 r11084  
    55int run_for (int argc, char **argv) {
    66
    7   int ThisList, depth, i, done, status, NLINES, j;
     7  int ThisList, depth, i, done, status, found, NLINES, j;
    88  double start, end, delta;
    99  char *input;
     
    8686      set_variable (argv[1], value);
    8787    status = exec_loop (&loop);
    88     value = get_double_variable (argv[1]);
     88    value = get_double_variable (argv[1], &found);
    8989    if (loop_next) continue;
    9090    if (loop_last) break;
Note: See TracChangeset for help on using the changeset viewer.