From a0d63856afc124b200da783bf69b011e7496d2f4 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Tue, 12 May 2026 20:43:15 +0200 Subject: [PATCH] FIX A POTENTIAL NASTY BUG --- genplotting.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genplotting.f90 b/genplotting.f90 index 110df1a..364c66d 100644 --- a/genplotting.f90 +++ b/genplotting.f90 @@ -43,7 +43,7 @@ subroutine genp_init (foo, fname) xmin = 9e9 ; xmax = -9e9 ymin = 9e9 ; ymax = -9e9 xoffset = 0.0 ; yoffset = 0.0 - xscale = 0.0 ; yscale = 0.0 + xscale = 1.0 ; yscale = 1.0 rotation = 0.0 end subroutine