We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dba773 commit 722b626Copy full SHA for 722b626
perl/GXML.pm
@@ -38,8 +38,7 @@ sub print {
38
printf INFO (" position=\"%s\"", $det->{"pos"});
39
printf INFO (" rotation=\"%s\"", $det->{"rotation"});
40
if($det->{"mother"} ne ""){
41
- #printf INFO (" mother=\"%s\"", $det->{"mother"});
42
- print $det->{"mother"}."\n";
+ printf INFO (" mother=\"%s\"", $det->{"mother"});
43
}
44
if($det->{"sensitivity"} ne "no"){
45
printf INFO (" sensitivity=\"%s\"", $det->{"sensitivity"});
0 commit comments