Go to the source code of this file.
Definition at line 5 of file fix_log_debug_art211.pl.
7 print "USAGE: fix_log_debug_art211.pl <input-file>\n";
do one_file $F done echo for F in find $TOP name CMakeLists txt print
open |
( |
POUT |
, |
|
|
" |
, |
|
|
|
$outputfile" |
|
) |
| |
Definition at line 19 of file fix_log_debug_art211.pl.
21 if (( $line =~
m/LOG_DEBUG/ ) && ( $line =~
m/<</ )) {
25 print "updating $line\n";
26 print POUT
"// workaround for #19851\n";
27 print POUT
"//$line\n";
28 $line =~
s/LOG_DEBUG/mf::LogDebug/;
do one_file $F done echo for F in find $TOP name CMakeLists txt print
tuple m
now if test mode generate materials, CRT shell, world, gdml header else just generate CRT shell for u...
then echo File list $list not found else cat $list while read file do echo $file sed s
Initial value:{
do one_file $F done echo for F in find $TOP name CMakeLists txt print
Definition at line 31 of file fix_log_debug_art211.pl.