Changeset 31878 for trunk/pswarp/src/pswarpTransformReadout.c
- Timestamp:
- Jul 14, 2011, 10:39:20 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpTransformReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpTransformReadout.c
r28548 r31878 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.
