File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ PROGRAM CBLAT3
104
104
*
105
105
READ ( NIN, FMT = * )SUMMRY
106
106
READ ( NIN, FMT = * )NOUT
107
- OPEN ( NOUT, FILE = SUMMRY, STATUS = ' UNKNOWN ' )
107
+ OPEN ( NOUT, FILE = SUMMRY, STATUS = ' REPLACE ' )
108
108
NOUTC = NOUT
109
109
*
110
110
* Read name and unit number for snapshot output file and open file.
@@ -113,7 +113,7 @@ PROGRAM CBLAT3
113
113
READ ( NIN, FMT = * )NTRA
114
114
TRACE = NTRA.GE. 0
115
115
IF ( TRACE )THEN
116
- OPEN ( NTRA, FILE = SNAPS, STATUS = ' UNKNOWN ' )
116
+ OPEN ( NTRA, FILE = SNAPS, STATUS = ' REPLACE ' )
117
117
END IF
118
118
* Read the flag that directs rewinding of the snapshot file.
119
119
READ ( NIN, FMT = * )REWI
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ PROGRAM ZBLAT3
105
105
*
106
106
READ ( NIN, FMT = * )SUMMRY
107
107
READ ( NIN, FMT = * )NOUT
108
- OPEN ( NOUT, FILE = SUMMRY, STATUS = ' UNKNOWN ' )
108
+ OPEN ( NOUT, FILE = SUMMRY, STATUS = ' REPLACE ' )
109
109
NOUTC = NOUT
110
110
*
111
111
* Read name and unit number for snapshot output file and open file.
@@ -114,7 +114,7 @@ PROGRAM ZBLAT3
114
114
READ ( NIN, FMT = * )NTRA
115
115
TRACE = NTRA.GE. 0
116
116
IF ( TRACE )THEN
117
- OPEN ( NTRA, FILE = SNAPS, STATUS = ' UNKNOWN ' )
117
+ OPEN ( NTRA, FILE = SNAPS, STATUS = ' REPLACE ' )
118
118
END IF
119
119
* Read the flag that directs rewinding of the snapshot file.
120
120
READ ( NIN, FMT = * )REWI
You can’t perform that action at this time.
0 commit comments