Changeset 11791
- Timestamp:
- 08/05/11 15:07:53 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r11782 r11791 1426 1426 return; 1427 1427 1428 static int cnt=0;1429 if (cnt++%10>0)1430 return;1428 // static int cnt=0; 1429 // if (cnt++%10>0) 1430 // return; 1431 1431 1432 1432 const float *ptr = d.ptr<float>(); … … 3189 3189 fMcpRunType->addItem("Pedestal", QVariant("pedestal")); 3190 3190 fMcpRunType->addItem("DRS Calib", QVariant("drs-calib")); 3191 fMcpRunType->addItem("Light pulser", QVariant("light-pulser")); 3191 3192 3192 3193 fTriggerWidget->setEnabled(false);
Note:
See TracChangeset
for help on using the changeset viewer.