]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
openDecayTable.F added.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 22 Feb 2002 17:30:07 +0000 (17:30 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 22 Feb 2002 17:30:07 +0000 (17:30 +0000)
PYTHIA6/Makefile
PYTHIA6/libpythia6.pkg

index 7314bc53ad220fc90ba0f495e308cca19d7249f5..47ddf4887210d492b23d9a7c8f9f97ae377f8eea 100644 (file)
@@ -19,7 +19,8 @@ COBJS         = $(patsubst %.c,tgt_$(ALICE_TARGET)/%.o,$(CSRCS))
 
 ##### MACROS #####
 
-FSRCS  = pythia6150.F pythia6_common_block_address.F pdf_alice.F\
+FSRCS  = pythia6150.F pythia6_common_block_address.F pdf_alice.F \
+         openDecayTable.F \
           tpythia6_called_from_cc.F
 
 FOBJS  = $(patsubst %.F,tgt_$(ALICE_TARGET)/%.o,$(FSRCS))
index 41e65dd4d06abef418b150531852425ca7589fd5..0200140a37090573f36513b58849e94afc299d2c 100644 (file)
@@ -5,7 +5,8 @@ FSRCS:= \
 pythia6150.F \
 pythia6_common_block_address.F \
 pdf_alice.F\
-tpythia6_called_from_cc.F
+tpythia6_called_from_cc.F\
+openDecayTable.F