Skip to content

Commit 1f0f686

Browse files
committed
minor change
1 parent 1c10bdf commit 1f0f686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_specialmatrices_tridiagonal.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ submodule (stdlib_specialmatrices) tridiagonal_matrices
130130
err0 = linalg_state_type(this, LINALG_VALUE_ERROR, "Matrix size needs to be positive, n = ", n, ".")
131131
call linalg_error_handling(err0, err)
132132
endif
133-
133+
134134
if(err0%ok()) then
135135
! Description of the matrix.
136136
A%n = n

0 commit comments

Comments
 (0)