From 283543f24f9cf90eb2338c8f23eae6ff84016987 Mon Sep 17 00:00:00 2001
From: Paul Bartholomew <p.bartholomew@epcc.ed.ac.uk>
Date: Tue, 22 Nov 2022 16:59:34 +0000
Subject: [PATCH] Restore behaviour to work in absence of restart.info file

---
 src/tools.f90 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tools.f90 b/src/tools.f90
index c2984007..f3b11967 100644
--- a/src/tools.f90
+++ b/src/tools.f90
@@ -438,8 +438,8 @@ contains
          t0 = tfield
          itime0 = 0
        else
-         print *, "Restart info file "//filename//" missing!"
-         stop
+         t0 = zero
+         itime0 = 0
        end if
        
     endif
-- 
GitLab