Changeset 12967 for trunk/FACT++/gui
- Timestamp:
- 02/29/12 10:30:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.cc
r12917 r12967 71 71 { 72 72 GLfloat color[3]; 73 int first , second;73 int first; 74 74 first = vertex-1; 75 75 if (first < 0) … … 683 683 684 684 template <typename T> 685 void RawDataViewer::getCalibrationDataForDisplay(const CalibDataTypes calibTypes,685 void RawDataViewer::getCalibrationDataForDisplay(const CalibDataTypes/* calibTypes*/, 686 686 const vector<T>& inputData, 687 687 const int roi, … … 750 750 //hide the time markers 751 751 int nSlicesToRemove = 60; 752 float* backupData ;752 float* backupData = 0; 753 753 if (nRoiTM == 0) //they are written into the regular channel 754 754 {
Note:
See TracChangeset
for help on using the changeset viewer.