@@ -254,13 +254,13 @@ subroutine test_io()
254
254
' write_bitset'
255
255
256
256
call set2 % from_string( bitstring_33 )
257
- open ( newunit= unit, file= ' test .txt' , status= ' replace' , &
257
+ open ( newunit= unit, file= ' test1 .txt' , status= ' replace' , &
258
258
form= ' formatted' , action= ' write' )
259
259
call set2 % write_bitset(unit)
260
260
call set1 % write_bitset(unit)
261
261
call set0 % write_bitset(unit)
262
262
close ( unit )
263
- open ( newunit= unit, file= ' test .txt' , status= ' old' , &
263
+ open ( newunit= unit, file= ' test1 .txt' , status= ' old' , &
264
264
form= ' formatted' , action= ' read' )
265
265
call set3 % read_bitset(unit)
266
266
call set5 % read_bitset(unit)
@@ -276,13 +276,13 @@ subroutine test_io()
276
276
close ( unit )
277
277
278
278
call set12 % from_string( bitstring_33 // bitstring_33 )
279
- open ( newunit= unit, file= ' test .txt' , status= ' replace' , &
279
+ open ( newunit= unit, file= ' test2 .txt' , status= ' replace' , &
280
280
form= ' formatted' , action= ' write' )
281
281
call set12 % write_bitset(unit)
282
282
call set11 % write_bitset(unit)
283
283
call set10 % write_bitset(unit)
284
284
close ( unit )
285
- open ( newunit= unit, file= ' test .txt' , status= ' old' , &
285
+ open ( newunit= unit, file= ' test2 .txt' , status= ' old' , &
286
286
form= ' formatted' , action= ' read' )
287
287
call set13 % read_bitset(unit)
288
288
call set15 % read_bitset(unit)
@@ -297,13 +297,13 @@ subroutine test_io()
297
297
298
298
close ( unit )
299
299
300
- open ( newunit= unit, file= ' test .txt' , status= ' replace' , &
300
+ open ( newunit= unit, file= ' test3 .txt' , status= ' replace' , &
301
301
form= ' formatted' , action= ' write' )
302
302
call set2 % write_bitset(unit, advance= ' no' )
303
303
call set1 % write_bitset(unit, advance= ' no' )
304
304
call set0 % write_bitset(unit)
305
305
close ( unit )
306
- open ( newunit= unit, file= ' test .txt' , status= ' old' , &
306
+ open ( newunit= unit, file= ' test3 .txt' , status= ' old' , &
307
307
form= ' formatted' , action= ' read' )
308
308
call set3 % read_bitset(unit, advance= ' no' )
309
309
call set4 % read_bitset(unit, advance= ' no' )
@@ -319,13 +319,13 @@ subroutine test_io()
319
319
320
320
close ( unit )
321
321
322
- open ( newunit= unit, file= ' test .txt' , status= ' replace' , &
322
+ open ( newunit= unit, file= ' test4 .txt' , status= ' replace' , &
323
323
form= ' formatted' , action= ' write' )
324
324
call set12 % write_bitset(unit, advance= ' no' )
325
325
call set11 % write_bitset(unit, advance= ' no' )
326
326
call set10 % write_bitset(unit)
327
327
close ( unit )
328
- open ( newunit= unit, file= ' test .txt' , status= ' old' , &
328
+ open ( newunit= unit, file= ' test4 .txt' , status= ' old' , &
329
329
form= ' formatted' , action= ' read' )
330
330
call set13 % read_bitset(unit, advance= ' no' )
331
331
call set14 % read_bitset(unit, advance= ' no' )
0 commit comments