Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Christos Theodoropoulos committed Jan 19, 2020
1 parent 473c3da commit 4c919b6
Show file tree
Hide file tree
Showing 5 changed files with 397 additions and 383 deletions.
Binary file modified habfuzz/habfuzz.exe
Binary file not shown.
6 changes: 5 additions & 1 deletion habfuzz/habfuzz.f95
Original file line number Diff line number Diff line change
Expand Up @@ -449,10 +449,14 @@ program habfuzz
habc=anint((sum(habcon)/sum(gwet))*100)
haba=anint((sum(habcon)/ee)*100)

if (cross .ne. 3) then
open (unit=39, file='bmatrix.txt', status='old', action='read')
close (39, status='delete')
else
goto 599
end if

open (unit=59, file='amatrix.txt', status='old', action='read')
599 open (unit=59, file='amatrix.txt', status='old', action='read')
close (59, status='delete')

write(*,*) ' '
Expand Down
Loading

0 comments on commit 4c919b6

Please sign in to comment.