Skip to content

Commit c6ab922

Browse files
perazzjvdp1
andauthored
Update src/stdlib_linalg_state.fypp
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 422a3d0 commit c6ab922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_linalg_state.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module stdlib_linalg_state
55
!!
66
!! Provides a state/error handling derived type for advanced error handling of
77
!! BLAS/LAPACK based linear algebra procedures. All procedures are pure.
8-
!! !! ([Specification](../page/specs/stdlib_linalg.html))
8+
!! ([Specification](../page/specs/stdlib_linalg.html))
99
use stdlib_linalg_constants,only: ilp
1010
use stdlib_kinds, only: int8, int16, int32, int64, sp, dp, xdp, qp, lk
1111
use stdlib_io, only: FMT_REAL_SP, FMT_REAL_DP, FMT_REAL_QP, FMT_COMPLEX_SP, FMT_COMPLEX_DP, &

0 commit comments

Comments
 (0)