IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41503 for trunk


Ignore:
Timestamp:
Feb 24, 2021, 8:42:17 AM (5 years ago)
Author:
eugene
Message:

fix typo in assert

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psStats.c

    r41502 r41503  
    324324    psF32 *output = outVector->data.F32; // Dereference the vector
    325325
    326     if (maskData) psAssert (maskVector-> == inVector->n, "oops");
     326    if (maskData) psAssert (maskVector->n == inVector->n, "oops");
    327327
    328328    long count = 0;                     // Number of valid entries
Note: See TracChangeset for help on using the changeset viewer.