]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - TFluka/dffcff.cxx
Correct flukaid for positron.
[u/mrichter/AliRoot.git] / TFluka / dffcff.cxx
... / ...
CommitLineData
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
9extern "C" {
10Double_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