IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 8, 2008, 4:11:02 PM (18 years ago)
Author:
Paul Price
Message:

Don't promote from fake->warp if the tess_id isn't set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/faketool.c

    r19428 r19430  
    10951095        // should we stop here or proceed on to the cam stage?
    10961096        // NULL for end_stage means go as far as possible
    1097         if (fakeRun->end_stage && psStrcasestr(fakeRun->end_stage, "fake")) {
     1097        if ((fakeRun->end_stage && psStrcasestr(fakeRun->end_stage, "fake")) || !fakeRun->tess_id) {
    10981098            psFree(fakeRun);
    10991099            continue;
Note: See TracChangeset for help on using the changeset viewer.