Changeset 9676
- Timestamp:
- Oct 20, 2006, 3:35:33 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/models/pmModel_QGAUSS.c
r9621 r9676 232 232 out[PM_PAR_YPOS] = in[PM_PAR_YPOS]; 233 233 234 assert (PM_PAR_YPOS == 3); // so that we copy the rest of the params234 assert (PM_PAR_YPOS + 1 == 4); // so starting at 4 is correct 235 235 for (int i = 4; i < 8; i++) { 236 236 psPolynomial2D *poly = psf->params->data[i-4];
Note:
See TracChangeset
for help on using the changeset viewer.
