From db7091d5c4cb71283247f0c12d1cbdedca14eb38 Mon Sep 17 00:00:00 2001 From: tTh Date: Tue, 6 Jun 2023 12:22:56 +0200 Subject: [PATCH] bloub? --- Modules/mathstuff2.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/mathstuff2.f90 b/Modules/mathstuff2.f90 index 37bd732..2536ae6 100644 --- a/Modules/mathstuff2.f90 +++ b/Modules/mathstuff2.f90 @@ -22,7 +22,7 @@ module mathstuff2 ! after initializing the random generator engine, ! you MUST use it for initializing the initializer - do foo=1, tarray(1)+5 + do foo=1, tarray(1)+15 dummy = rand() enddo