IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1343


Ignore:
Timestamp:
Jul 29, 2004, 1:55:41 PM (22 years ago)
Author:
evanalst
Message:

Add check for return vector type for function psGaussianDev.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psFunc01.c

    r1342 r1343  
    5656    }
    5757
     58    if ( myGaussData->type.type != PS_TYPE_F32) {
     59        psAbort(__func__,"psGaussianDev did not return a vector of type F32");
     60    }
     61
    5862    psFree(myGaussData);
    5963
Note: See TracChangeset for help on using the changeset viewer.