IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25884


Ignore:
Timestamp:
Oct 18, 2009, 10:53:50 AM (17 years ago)
Author:
eugene
Message:

change error to warning in robust stats

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psStats.c

    r24987 r25884  
    18941894
    18951895            if (!status) {
     1896                psErrorClear();
    18961897                COUNT_WARNING(10, 100, "Failed to fit a gaussian to the robust histogram.\n");
    18971898                psFree(poly);
     
    19831984
    19841985            if (!status) {
     1986                psErrorClear();
    19851987                COUNT_WARNING(10, 100, "Failed to fit a gaussian to the robust histogram.\n");
    19861988                psFree(poly);
Note: See TracChangeset for help on using the changeset viewer.