Skip to content

Commit

Permalink
* codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhughes-usgs committed Jul 9, 2024
1 parent 3404680 commit d525ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/ModelUtilities/GwfSfrStatic.f90
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function kinematic_residual(qa, qb, qc, qd, &
real(DP), intent(in) :: ad !< downstream area
real(DP), intent(in) :: qsrc !< lateral flow term (L3T-1L-1)
real(DP), intent(in) :: length !< reach length
real(DP), intent(in) :: weight !< termporal weight
real(DP), intent(in) :: weight !< temporal weight
real(DP), intent(in) :: delt !< time step length
real(DP), intent(in) :: courant !< courant number
! --local variables
Expand Down

0 comments on commit d525ca8

Please sign in to comment.