IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 20, 2006, 3:35:33 AM (20 years ago)
Author:
rhl
Message:

Assert that a literal 4 is correct

File:
1 edited

Legend:

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

    r9621 r9676  
    232232    out[PM_PAR_YPOS] = in[PM_PAR_YPOS];
    233233
    234     assert (PM_PAR_YPOS == 3);  // so that we copy the rest of the params
     234    assert (PM_PAR_YPOS + 1 == 4);  // so starting at 4 is correct
    235235    for (int i = 4; i < 8; i++) {
    236236        psPolynomial2D *poly = psf->params->data[i-4];
Note: See TracChangeset for help on using the changeset viewer.