[skip ci] indentation hick-up
This commit is contained in:
parent
ffcb7a0a24
commit
116f43f401
|
@ -888,11 +888,11 @@ subroutine buildCells(thisMesh,elem,connectivity_elem)
|
||||||
call results_closeJobFile
|
call results_closeJobFile
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
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