Changeset 9531
- Timestamp:
- Oct 12, 2006, 5:08:28 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/models/pmModel_QGAUSS.c
r9528 r9531 229 229 out[PM_PAR_YPOS] = in[PM_PAR_YPOS]; 230 230 231 assert (PM_PAR_YPOS == 4); // so that we copy the rest of the params231 assert (PM_PAR_YPOS == 3); // so that we copy the rest of the params 232 232 for (int i = 4; i < 8; i++) { 233 233 psPolynomial2D *poly = psf->params->data[i-4];
Note:
See TracChangeset
for help on using the changeset viewer.
