From 5b7edc814fa39ae1a1ff031fabbf95e1d01c5265 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Mon, 19 Apr 2021 09:38:38 -0400 Subject: Switched back to scratch file --- main.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.F90 b/main.F90 index c50d511..0738bb0 100644 --- a/main.F90 +++ b/main.F90 @@ -127,7 +127,7 @@ implicit none current_url = " " first_line => null() - open(unit=io, form="formatted", file="/tmp/scratch", access='stream') + open(unit=io, form="formatted", status='scratch', access='stream') do while(running) -- cgit v1.2.3