IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 6, 2011, 11:00:22 AM (15 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110710/pswarp/src/pswarpTransformReadout.c

    r28548 r32337  
    110110    // Ensure threading is off for the covariance calculation, since we are threading on a different level.
    111111    psImageCovarianceSetThreads(false);
     112
     113    psAssert (xGridMin >= 0, "xGridMin too small\n");
     114    psAssert (yGridMin >= 0, "yGridMin too small\n");
     115    psAssert (xGridMax < grid->nXpts, "xGridMax too big\n");
     116    psAssert (yGridMax < grid->nYpts, "yGridMax too big\n");
    112117
    113118    // create jobs and supply them to the threads
Note: See TracChangeset for help on using the changeset viewer.