Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Vericel committed Jan 24, 2020
2 parents 9508faa + ade41a7 commit 2135061
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/growth.F90
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
!
! RUNTIME PARAMETERS:
! Tsnow -- snow line condensation temperature in K
! flyby -- use primary for keplerian freq. calculation
! grainsizemin -- minimum allowed grain size in cm
! ifrag -- fragmentation of dust (0=off,1=on,2=Kobayashi)
! isnow -- snow line (0=off,1=position based,2=temperature based)
Expand Down Expand Up @@ -356,7 +357,7 @@ 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
read(valstring,*,iostat=ierr) this_is_a_flyby
ngot = ngot + 1
case default
imatch = .false.
Expand Down

0 comments on commit 2135061

Please sign in to comment.