- Timestamp:
- Sep 6, 2011, 11:00:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110710/pswarp/src/pswarpTransformReadout.c
r28548 r32337 110 110 // Ensure threading is off for the covariance calculation, since we are threading on a different level. 111 111 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"); 112 117 113 118 // create jobs and supply them to the threads
Note:
See TracChangeset
for help on using the changeset viewer.
