Skip to content

Commit f8cc969

Browse files
authored
Update Readme.md
1 parent 8a6ea57 commit f8cc969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ We then exit the q environment and invoke the NAG routine.
124124

125125
```
126126
q) \
127-
>>> x = correg.corrmat_nearest_bounded(
127+
>>> x, feval, itera, nrmgrd = correg.corrmat_nearest_bounded(
128128
q.g, str(q.opt), float(q.alpha), q.w)
129129
>>> x # display solution
130130
```

0 commit comments

Comments
 (0)