IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9531


Ignore:
Timestamp:
Oct 12, 2006, 5:08:28 PM (20 years ago)
Author:
rhl
Message:

Make assertion true

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/models/pmModel_QGAUSS.c

    r9528 r9531  
    229229    out[PM_PAR_YPOS] = in[PM_PAR_YPOS];
    230230
    231     assert (PM_PAR_YPOS == 4);  // so that we copy the rest of the params
     231    assert (PM_PAR_YPOS == 3);  // so that we copy the rest of the params
    232232    for (int i = 4; i < 8; i++) {
    233233        psPolynomial2D *poly = psf->params->data[i-4];
Note: See TracChangeset for help on using the changeset viewer.