diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2021-04-19 09:38:38 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2021-04-19 09:38:38 -0400 |
commit | 5b7edc814fa39ae1a1ff031fabbf95e1d01c5265 (patch) | |
tree | 51ad88262826c97124f1e216a20a058655b07ece | |
parent | c4274b0bb964f4e965d10cbc2b137a0bfc9c9ebf (diff) | |
download | LR-87-5b7edc814fa39ae1a1ff031fabbf95e1d01c5265.tar.gz LR-87-5b7edc814fa39ae1a1ff031fabbf95e1d01c5265.zip |
Switched back to scratch file
-rw-r--r-- | main.F90 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |