Skip to content
Snippets Groups Projects
Commit 67b4a373 authored by Izzard, Robert Dr (Maths & Physics)'s avatar Izzard, Robert Dr (Maths & Physics)
Browse files

remove more warnings

parent 47d417a9
No related branches found
No related tags found
No related merge requests found
...@@ -506,7 +506,9 @@ sub secondary_variables ...@@ -506,7 +506,9 @@ sub secondary_variables
my $s = remws($f->{$x}); my $s = remws($f->{$x});
my $prl = '$'.$x.' .= " ".$s." ";'; my $prl = '$'.$x.' .= " ".$s." ";';
#print "PERL $prl\n"; #print "PERL $prl\n";
no warnings;
eval $prl; eval $prl;
use warnings;
} }
} }
......
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