commit | 33cdef9844b75a22fbd8966b16c7172eb0e72199 | [log] [tgz] |
---|---|---|
author | Philipp Gühring <pg@futureware.at> | Mon Jun 28 16:16:09 2021 +0200 |
committer | Philipp Gühring <pg@futureware.at> | Mon Jun 28 16:16:09 2021 +0200 |
tree | 92051ebb4f976750d97d9d2a2635041f22c23f67 | |
parent | ea12bde4f028dacf9f61cd1b92a0fdabe254eb11 [diff] |
Fixed scalig and end of file
diff --git a/scripts/feedback2mag.pl b/scripts/feedback2mag.pl index 5708aa2..e351cf9 100755 --- a/scripts/feedback2mag.pl +++ b/scripts/feedback2mag.pl
@@ -21,6 +21,7 @@ { if(m/box (-?\d+) (-?\d+) (-?\d+) (-?\d+)/) { - print "rect ".int($1/100)." ".int($2/100)." ".int($3/100)." ".int($4/100)."\n"; + print "rect ".int($1/1)." ".int($2/1)." ".int($3/1)." ".int($4/1)."\n"; } } +print "<< end >>\n";