IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1318


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

Changed data type psHistogram member uniform from int to bool.

File:
1 edited

Legend:

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

    r1073 r1318  
    6767        }
    6868
    69         if (myHist->uniform != 1) {
     69        if (myHist->uniform != true) {
    7070            printf("ERROR: myHist->uniform is %d\n", myHist->uniform);
    7171            testStatus = false;
Note: See TracChangeset for help on using the changeset viewer.