Import Geant4 5.0.0 source tree
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
while(<STDIN>) {
|
||||
chop;
|
||||
s/.hh//;
|
||||
print " -e \'s/$_/G4$_/g\' \\\n";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user