Changeset 11994 for trunk/FACT++


Ignore:
Timestamp:
09/07/11 08:19:22 (13 years ago)
Author:
tbretz
Message:
Fixed calculation of average front plate temprerature.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/FactGui.h

    r11988 r11994  
    23892389        double avg = 0;
    23902390        int    num = 0;
    2391         for (int i=0; i<31; i++)
     2391        for (int i=1; i<32; i++)
    23922392            if (ptr[i]!=0)
    23932393            {
     
    32133213    void on_fThresholdIdx_valueChanged(int isw)
    32143214    {
    3215 //ETIENNE MESS HERE
    3216 //        Camera *cam = (Camera*)fRatesCanv->GetCanvas()->FindObject("Camera");
    3217 //        ChoosePatchTH(*cam, isw);
     3215        // fRatesCanv->SetBold(isw);
     3216        // fRatesCanv->updateGL();
    32183217    }
    32193218
Note: See TracChangeset for help on using the changeset viewer.