]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TFluka/dffcff.cxx
Corrected initialization of arrays (Opteron)
[u/mrichter/AliRoot.git] / TFluka / dffcff.cxx
1 #include "Fdimpar.h"  //(DIMPAR) fluka include
2 #include "Ftrackr.h"  //(TRACKR) fluka common
3 #include "Fiounit.h"  //(IOUNIT) fluka common
4 #ifndef WIN32
5 # define dffcff dffcff_
6 #else
7 # define dffcff DFFCFF
8 #endif
9 extern "C" {
10 Double_t dffcff(Double_t& /*wvlngt*/, Double_t& /*omgpho*/, Int_t& /*mmat*/)
11 {
12 //    printf("dffcff called  %e %e %d \n", wvlngt, omgpho, mmat);
13     return (0.);
14 }
15 }
16
17