[skip ci] indentation hick-up

This commit is contained in:
Martin Diehl 2019-09-23 22:13:52 -07:00
parent ffcb7a0a24
commit 116f43f401
1 changed files with 6 additions and 6 deletions

View File

@ -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