IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 29, 2009, 10:10:32 PM (17 years ago)
Author:
eugene
Message:

fix typo in asserts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psModules/src/objects/models/pmModel_GAUSS.c

    r25679 r25683  
    260260    psEllipseAxes axes = psEllipseShapeToAxes (shape, 20.0);
    261261    psF64 radius = axes.major * sqrt (2.0 * log(PAR[PM_PAR_I0] / flux));
    262     psAssert (isfinite(radius, "fix this code: radius should not be nan for %f", PAR[PM_PAR_I0]));
     262    psAssert (isfinite(radius), "fix this code: radius should not be nan for %f", PAR[PM_PAR_I0]);
    263263
    264264    return (radius);
Note: See TracChangeset for help on using the changeset viewer.