Skip to content

Commit

Permalink
missed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TCallaghan2 committed Nov 21, 2023
1 parent 466c8ea commit 6f80797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SRC/ScallopGrowth.f90
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
!>
!> For each time step, @f$\delta_t@f$
!> - Computes mortality based on current state.
!> - Computes increase in population due to recruitment, @f$\vec{R}@f$
!> - Computes increase in population due to recruitment, @f$\vec{R}@f$,if within recruitment months, i.e. Jan to April 10th
!> @f[
!> \vec{S} = \vec{S} + \delta_t\frac{\vec{R}}{RecruitDuration}
!> @f]
Expand Down Expand Up @@ -768,7 +768,7 @@ end subroutine enforce_non_negative_growth
!>
!> For each time step, @f$\delta_t@f$
!> - Computes mortality based on current state.
!> - Computes increase in population due to recruitment, @f$\vec{R}@f$
!> - Computes increase in population due to recruitment, @f$\vec{R}@f$,if within recruitment months, i.e. Jan to April 10th
!> @f[
!> \vec{S} = \vec{S} + \delta_t\frac{\vec{R}}{RecruitDuration}
!> @f]
Expand Down

0 comments on commit 6f80797

Please sign in to comment.