Ignore:
Timestamp:
09/28/11 16:14:57 (13 years ago)
Author:
lyard
Message:
changed from v5 to 5a
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.cc

    r12114 r12152  
    293293#endif
    294294    }
     295    glEnd();
     296    glTranslatef(0,0,0.1f);
     297    glBegin(GL_LINES);
    295298    glColor3f(1.0,0.0,0.0);
    296299    glVertex2f(bboxMin[0] + xRange*whichSlice/(float)nRoi,
     
    309312*/
    310313    glEnd();
    311     glEnable(GL_MULTISAMPLE);
     314 //   glEnable(GL_MULTISAMPLE);
    312315    setFont(QFont("Times", 12));
    313316    qglColor(QColor(255,223,127));
     
    364367#endif
    365368    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;
    369372        exit(-1);
    370373    }
Note: See TracChangeset for help on using the changeset viewer.