From 438e8c4b197b8757be9f4bc098d097066cd36cd3 Mon Sep 17 00:00:00 2001 From: mahmood19227 Date: Wed, 15 Mar 2023 12:33:05 +0330 Subject: [PATCH] Added Some Boolean variable --- Simulator.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Simulator.f90 b/Simulator.f90 index 6b8ee92..3badd21 100644 --- a/Simulator.f90 +++ b/Simulator.f90 @@ -22,7 +22,7 @@ module Simulator real :: t0, dt, tf, mu real(kind=rk), allocatable :: x0(:) type(json_file) :: json - logical :: is_found + logical :: is_found,test contains subroutine Simulate