Skip to content
Snippets Groups Projects
Commit aed48482 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Resized particle vector for jetset decays in GiBUU

parent c3b8e8c9
No related branches found
No related tags found
Loading
Pipeline #15614 passed with warnings
......@@ -38,6 +38,7 @@ RUN cd /opt && \
tar xvzf downloads?f=release2019.tar.gz && \
ls -ahl && \
cd release2019 && \
sed -i '/type(particle)/s/dimension(10)/dimension(30)/' code/collisions/oneBodyReactions/AddDecay.f90 && \
cp /opt/RootTuple-1.0.0/build/src/libRootTuple.a ./objects/LIB/lib/libRootTuple.100.a && \
make -j withROOT=1 && \
rm -rf /opt/*.tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment