FIX A POTENTIAL NASTY BUG

This commit is contained in:
Tonton Th
2026-05-12 20:43:15 +02:00
parent fce8fd4989
commit a0d63856af

View File

@@ -43,7 +43,7 @@ subroutine genp_init (foo, fname)
xmin = 9e9 ; xmax = -9e9 xmin = 9e9 ; xmax = -9e9
ymin = 9e9 ; ymax = -9e9 ymin = 9e9 ; ymax = -9e9
xoffset = 0.0 ; yoffset = 0.0 xoffset = 0.0 ; yoffset = 0.0
xscale = 0.0 ; yscale = 0.0 xscale = 1.0 ; yscale = 1.0
rotation = 0.0 rotation = 0.0
end subroutine end subroutine