]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TFluka/dffcff.cxx
incorporated fitting procedure from testbeam analysis into AliRoot
[u/mrichter/AliRoot.git] / TFluka / dffcff.cxx
index ca9df240260990eaf7857c0bc81a1d56e853cddd..41a9a14c9421d00f634cca88d4e3acd0a2ce8b6c 100644 (file)
@@ -7,9 +7,9 @@
 # define dffcff DFFCFF
 #endif
 extern "C" {
-Double_t dffcff(Double_t& wvlngt, Double_t& omgpho, Int_t& mmat)
+Double_t dffcff(Double_t& /*wvlngt*/, Double_t& /*omgpho*/, Int_t& /*mmat*/)
 {
-    printf("dffcff called  %e %e %d \n", wvlngt, omgpho, mmat);
+//    printf("dffcff called  %e %e %d \n", wvlngt, omgpho, mmat);
     return (0.);
 }
 }