IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28565


Ignore:
Timestamp:
Jun 30, 2010, 3:30:01 PM (16 years ago)
Author:
Paul Price
Message:

Whoops, that's not the way to do it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackConvolve.c

    r28560 r28565  
    192192            return false;
    193193        }
    194         if (!pmCellWriteCovariance(options->convVariances->data[i], readout->parent)) {
    195             psError(psErrorCodeLast(), false, "Unable to write convolved covariance %d", i);
    196             psFree(fpaList);
    197             psFree(cellList);
    198             psFree(rng);
    199             psFree(target);
    200             return false;
    201         }
    202 
    203194#ifdef TESTING
    204195        {
Note: See TracChangeset for help on using the changeset viewer.