Skip to content

Commit d3889c8

Browse files
committed
fix: typo
1 parent 718ac3a commit d3889c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_linalg_least_squares.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ submodule (stdlib_linalg) stdlib_linalg_least_squares
305305
else
306306
allocate(cwork(lcwork))
307307
endif
308-
ncs = size(iwork,kind=ilp)
308+
ncs = size(cwork,kind=ilp)
309309
#:endif
310310

311311
if (nrs<lrwork .or. nis<liwork#{if rt.startswith('c')}# .or. ncs<lcwork#{endif}# &

0 commit comments

Comments
 (0)