Import Geant4 11.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2022-12-09 14:43:28 +01:00
parent c07cea1fe0
commit 9f34590941
3810 changed files with 200490 additions and 182326 deletions
@@ -11,6 +11,6 @@ be used as a substitute for writing good git commit messages!
---
# History entries prior to 11.0
05-11-14 I. Hrivnacova (analysisScripts-V10-00-00)
- Tagged version which will be included in AnaEx0N examples
@@ -9,10 +9,10 @@ DIRNAME=$1
for FILE in `ls $DIRNAME/include`; do
rm -f include/$FILE
done
done
for FILE in `ls $DIRNAME/src`; do
rm -f src/$FILE
done
done
echo "... clean_files.sh from $1 finished"