Skip to content

Commit 36c8d5a

Browse files
committed
fix sp in example
1 parent acd93b9 commit 36c8d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/linalg/example_eigvals.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ program example_eigvals
1717
print *, 'Real matrix eigenvalues: ',lambda
1818

1919
! Complex general matrix
20-
cA = cmplx(A, -2*A, kind=sp)
20+
cA = cmplx(A, -2*A)
2121
clambda = eigvals(cA)
2222
print *, 'Complex matrix eigenvalues: ',clambda
2323

0 commit comments

Comments
 (0)