Skip to content

Commit

Permalink
Indent.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-costa authored Jan 2, 2024
1 parent 0e20352 commit 1d868b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output.f90
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ subroutine out0d(fname,n,var)
real(rp), intent(in), dimension(:) :: var
integer :: iunit
!
if (myid == 0) then
if (myid == 0) then
open(newunit=iunit,file=fname,position='append')
write(iunit,fmt_rp) var(1:n)
close(iunit)
Expand Down

0 comments on commit 1d868b9

Please sign in to comment.