From 3374a39a860786a049ea84b3822d033f1dba26ab Mon Sep 17 00:00:00 2001 From: mahmood19227 Date: Mon, 27 Mar 2023 15:05:09 +0330 Subject: [PATCH] delete test variable --- Simulator.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Simulator.f90 b/Simulator.f90 index 29b7436..5a235b9 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,test + logical :: is_found contains subroutine Simulate