Changeset 11084 for trunk/Ohana/src/opihi/cmd.basic/run_for.c
- Timestamp:
- Jan 12, 2007, 4:26:31 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.basic/run_for.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.basic/run_for.c
r10846 r11084 5 5 int run_for (int argc, char **argv) { 6 6 7 int ThisList, depth, i, done, status, NLINES, j;7 int ThisList, depth, i, done, status, found, NLINES, j; 8 8 double start, end, delta; 9 9 char *input; … … 86 86 set_variable (argv[1], value); 87 87 status = exec_loop (&loop); 88 value = get_double_variable (argv[1] );88 value = get_double_variable (argv[1], &found); 89 89 if (loop_next) continue; 90 90 if (loop_last) break;
Note:
See TracChangeset
for help on using the changeset viewer.
