Ignore:
Timestamp:
09/17/04 14:51:02 (20 years ago)
Author:
moralejo
Message:
Adapted headers to current c++ style, removed -Wno-deprecated from
compilation options.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/include-MTrigger/MTrigger.cxx

    r5082 r5099  
    1313#include "MGeomCam.h"
    1414#include "MGeomPix.h"
     15
     16using namespace std;
    1517
    1618MTrigger::MTrigger(int pix) {
     
    12661268    ii=(Int_t)i/8;
    12671269    if (dknt[i]==kTRUE){
    1268       map[ii]=map[ii]+(Int_t)pow(2,i-ii*8);
     1270      map[ii]=map[ii]+(Int_t)pow((double)2, (double)i-ii*8);
    12691271    }
    12701272  }
Note: See TracChangeset for help on using the changeset viewer.