Skip to content

Commit 722b626

Browse files
committed
fixed typo on gxml
1 parent 0dba773 commit 722b626

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

perl/GXML.pm

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ sub print {
3838
printf INFO (" position=\"%s\"", $det->{"pos"});
3939
printf INFO (" rotation=\"%s\"", $det->{"rotation"});
4040
if($det->{"mother"} ne ""){
41-
#printf INFO (" mother=\"%s\"", $det->{"mother"});
42-
print $det->{"mother"}."\n";
41+
printf INFO (" mother=\"%s\"", $det->{"mother"});
4342
}
4443
if($det->{"sensitivity"} ne "no"){
4544
printf INFO (" sensitivity=\"%s\"", $det->{"sensitivity"});

0 commit comments

Comments
 (0)