Changeset 12152 for trunk/FACT++/gui/RawEventsViewer
- Timestamp:
- 09/28/11 16:14:57 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.cc
r12114 r12152 293 293 #endif 294 294 } 295 glEnd(); 296 glTranslatef(0,0,0.1f); 297 glBegin(GL_LINES); 295 298 glColor3f(1.0,0.0,0.0); 296 299 glVertex2f(bboxMin[0] + xRange*whichSlice/(float)nRoi, … … 309 312 */ 310 313 glEnd(); 311 glEnable(GL_MULTISAMPLE);314 // glEnable(GL_MULTISAMPLE); 312 315 setFont(QFont("Times", 12)); 313 316 qglColor(QColor(255,223,127)); … … 364 367 #endif 365 368 PixelMap mypMap; 366 if (!mypMap.Read("FACTmapV5 .txt"))367 { 368 cerr << "ERROR - Problems reading FACTmapV5 .txt" << endl;369 if (!mypMap.Read("FACTmapV5a.txt")) 370 { 371 cerr << "ERROR - Problems reading FACTmapV5a.txt" << endl; 369 372 exit(-1); 370 373 }
Note:
See TracChangeset
for help on using the changeset viewer.