IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15444


Ignore:
Timestamp:
Nov 4, 2007, 10:55:07 AM (19 years ago)
Author:
eugene
Message:

fixed compile problem, but code is still wrong (see line 366)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionMatch.c

    r15443 r15444  
    362362                    goto MATCH_ERROR;
    363363                }
    364                 (void)pmSubtractionRejectStamps(stamps, deviations, subMask, footprint, NAN);
     364                // XXX this is clearly a wrong call: fix me
     365                psAbort ("there is an error in this code: Paul, please fix");
     366                pmSubtractionRejectStamps(stamps, deviations, subMask, NAN, footprint);
    365367                psFree(deviations);
    366368            }
Note: See TracChangeset for help on using the changeset viewer.