Changeset 11617 for trunk/FACT++/gui


Ignore:
Timestamp:
07/26/11 15:26:57 (13 years ago)
Author:
tbretz
Message:
Renamed MFits to fits; removed wrong ifdef
File:
1 edited

Legend:

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

    r11540 r11617  
    2727#include <GL/gl.h>
    2828
    29 #define __MARS__
    30 #include <MFits.h>
    3129#include <string>
     30#include "fits.h"
     31
    3232using namespace std;
    33 
    3433
    3534#define NUM_STORED_EVENTS 5
     
    9998    void drawHexagon(int index, bool solid);
    10099    void setCorrectSlice(QMouseEvent* event);
    101     bool IsFits(const char* name);
    102100    void eventStepping(bool plus);
    103101    void buildVerticesList();
     
    139137    GLfloat patchesColor[160][3];
    140138    vector<edge> patchesIndices[160];
    141     MFits* inputFile;
     139    fits* inputFile;
    142140
    143141    QPoint lastPos;
Note: See TracChangeset for help on using the changeset viewer.