Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed spacing of output tally
  • Loading branch information
daminton committed Sep 26, 2019
1 parent a7eb040 commit 631c91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/io_write_tally.f90
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ subroutine io_write_tally(tdist,tlist,odist,olist,oposlist,depthdiam,degradation
close(LUN)

open(LUN, FILE=OLISTFILE, status='REPLACE')
write(LUN,'("#Dcrat(m) xpos(m) ypos(m) time(y) depth/diam deg_state(m^2)")' )
write(LUN,'("#Dcrat(m) xpos(m) ypos(m) time(y) depth/diam deg_state(m^2)")' )
do i=1,onum

write(LUN,2000) olist(i),oposlist(:,i),depthdiam(i),degradation_state(i)
Expand Down

0 comments on commit 631c91a

Please sign in to comment.