IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2009, 12:41:28 PM (17 years ago)
Author:
giebink
Message:

Account for weight(s) to variance(s) change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/objects/tap_pmSourceExtendedPars.c

    r15985 r21471  
    4646        ok(tmp->radius == NULL, "pmSourceRadialProfileAlloc() set the ->radius member to NULL");
    4747        ok(tmp->flux == NULL, "pmSourceRadialProfileAlloc() set the ->flux member to NULL");
    48         ok(tmp->weight == NULL, "pmSourceRadialProfileAlloc() set the ->weight member to NULL");
     48        ok(tmp->variance == NULL, "pmSourceRadialProfileAlloc() set the ->variance member to NULL");
    4949
    5050        psFree(tmp);
Note: See TracChangeset for help on using the changeset viewer.