Skip to content

Commit

Permalink
[indent-bot] standardised indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Jan 24, 2020
1 parent fc7cdb2 commit ade41a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/growth.F90
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@ subroutine read_options_growth(name,valstring,imatch,igotall,ierr)
read(valstring,*,iostat=ierr) vfragoutSI
ngot = ngot + 1
case('flyby')
read(valstring,*,iostat=ierr) this_is_a_flyby
!ngot = ngot + 1
read(valstring,*,iostat=ierr) this_is_a_flyby
!ngot = ngot + 1
case default
imatch = .false.
end select
Expand Down

0 comments on commit ade41a7

Please sign in to comment.