IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1317


Ignore:
Timestamp:
Jul 28, 2004, 3:09:22 PM (22 years ago)
Author:
evanalst
Message:

Changed psHistogram member uniform from int to bool.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psHist01.c

    r1073 r1317  
    7373        }
    7474
    75         if (myHist->uniform != 0) {
     75        if (myHist->uniform != false) {
    7676            printf("ERROR: myHist->uniform is %d\n", myHist->uniform);
    7777            testStatus = false;
Note: See TracChangeset for help on using the changeset viewer.