]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
FlukaVolume added.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 6 Dec 2002 12:31:25 +0000 (12:31 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 6 Dec 2002 12:31:25 +0000 (12:31 +0000)
TFluka/TFlukaLinkDef.h
TFluka/libTFluka.pkg

index e2cb2683e0163fcf88e38995452af4b18cf2f0b8..40338c5778b917910eff89777723a5bfac3c3fdc 100644 (file)
@@ -10,6 +10,7 @@
  
 
 #pragma link C++ class  TFluka+;
+#pragma link C++ class  FlukaVolume+;
 #endif
 
 
index d05bfaba667bf258d7b7eedf554785f4d2086841..8a5403ff99a7035d71ecf7d87fa90f98d4fdb8a3 100644 (file)
@@ -1,11 +1,9 @@
 # Sources
-SRCS:=  TFluka.cxx source.cxx mgdraw.cxx bxdraw.cxx eedraw.cxx endraw.cxx sodraw.cxx usdraw.cxx
-#FSRCS:= FLUKA_input.f mgdraw.f
+SRCS:=  TFluka.cxx source.cxx mgdraw.cxx bxdraw.cxx eedraw.cxx endraw.cxx sodraw.cxx usdraw.cxx FlukaVolume.cxx
 FSRCS:= FLUKA_input.f 
 
 # Headers
-
-HDRS:= TFluka.h
+HDRS:= TFluka.h FlukaVolume.h
 
 # ROOT Dictionary
 DHDR:=  TFlukaLinkDef.h