Skip to content

Commit d54c9cf

Browse files
committed
updated
1 parent 6802a73 commit d54c9cf

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

src/specialmatrices/stdlib_specialmatrices_tridiagonal.fypp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ submodule (stdlib_specialmatrices) tridiagonal_matrices
2424
!! tridiagonal matrix elements.
2525
type(tridiagonal_${s1}$_type) :: A
2626
!! Corresponding tridiagonal matrix.
27-
2827
call build_tridiagonal(dl, dv, du, A)
2928
end function
3029

@@ -36,7 +35,6 @@ submodule (stdlib_specialmatrices) tridiagonal_matrices
3635
!! Matrix dimension.
3736
type(tridiagonal_${s1}$_type) :: A
3837
!! Corresponding tridiagonal matrix.
39-
4038
call build_tridiagonal(dl, dv, du, n, A)
4139
end function
4240

@@ -63,7 +61,6 @@ submodule (stdlib_specialmatrices) tridiagonal_matrices
6361
!! Error handling
6462
type(tridiagonal_${s1}$_type) :: A
6563
!! Corresponding tridiagonal matrix.
66-
6764
call build_tridiagonal(dl, dv, du, n, A, err)
6865
end function
6966
#:endfor

test/linalg/test_linalg_specialmatrices.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ program tester
465465
stat = 0
466466

467467
testsuites = [ &
468-
new_testsuite("special matrices", collect_suite) &
468+
new_testsuite("special_matrices", collect_suite) &
469469
]
470470

471471
do is = 1, size(testsuites)

0 commit comments

Comments
 (0)