[skip ci] indentation hick-up
This commit is contained in:
parent
ffcb7a0a24
commit
116f43f401
|
@ -890,9 +890,9 @@ subroutine buildCells(thisMesh,elem,connectivity_elem)
|
||||||
|
|
||||||
contains
|
contains
|
||||||
|
|
||||||
!--------------------------------------------------------------------------------------------------
|
!------------------------------------------------------------------------------------------------
|
||||||
!> @brief count unique rows (same rows need to be stored consequtively)
|
!> @brief count unique rows (same rows need to be stored consecutively)
|
||||||
!--------------------------------------------------------------------------------------------------
|
!------------------------------------------------------------------------------------------------
|
||||||
pure function uniqueRows(A) result(u)
|
pure function uniqueRows(A) result(u)
|
||||||
|
|
||||||
integer, dimension(:,:), intent(in) :: A !< array, rows need to be sorted
|
integer, dimension(:,:), intent(in) :: A !< array, rows need to be sorted
|
||||||
|
|
Loading…
Reference in New Issue