Skip to content

Commit

Permalink
Fix spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
Manangka committed Feb 12, 2025
1 parent 28cef51 commit a1aa7a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions autotest/TestSVD.f90
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ end subroutine test_svd_input_bidiagonal
!> Test the SVD decomposition of a square matrix
!!
!! This test checks that the SVD decomposition of a square matrix is correct.
!! The input matrix is choosen such that the returned S-matrix
!! The input matrix is chosen such that the returned S-matrix
!! has elements on the entire diagonal.
subroutine test_svd_input_square_matrix(error)
type(error_type), allocatable, intent(out) :: error
Expand Down Expand Up @@ -299,7 +299,7 @@ end subroutine test_svd_input_square_matrix
!> Test the SVD decomposition of a square matrix
!!
!! This test checks that the SVD decomposition of a square matrix is correct.
!! The input matrix is choosen such that the returned S-matrix
!! The input matrix is chosen such that the returned S-matrix
!! has elements on the entire diagonal.
subroutine test_svd_input_M_GT_N_matrix(error)
type(error_type), allocatable, intent(out) :: error
Expand Down
2 changes: 1 addition & 1 deletion src/Model/TransportModel/tsp-adv.f90
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ function create_grad_operator(this, n) result(grad_op)
number_connections = this%dis%con%ia(n + 1) - this%dis%con%ia(n) - 1

if (number_connections == 1) then
! If a cell only has 1 neigbour compute the gradient using finite difference
! If a cell only has 1 neighbour compute the gradient using finite difference
! This case can happen if a triangle element is located in a cornor of a square domain
! with two sides being domain boundaries

Expand Down

0 comments on commit a1aa7a7

Please sign in to comment.