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