IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 5, 2006, 5:12:38 AM (20 years ago)
Author:
eugene
Message:

added Nmax option to trange

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/CheckTasks.c

    r6687 r8191  
    3030    SubmitJob (job);
    3131
    32     /* reset timer on task (don't do this if Create/Submit fails)*/
     32    /* reset timer on task (don't do this if Create/Submit fails) (why not??) */
    3333    gettimeofday (&task[0].last, (void *) NULL);
    3434    task[0].Njobs ++;
     35
     36    /* increment Nrun for inclusive ranges with Nmax */
     37    BumpTimeRanges (task[0].ranges, task[0].Nranges);
    3538
    3639    if (TestElapsedCheck()) return (TRUE);
Note: See TracChangeset for help on using the changeset viewer.