Skip to content

Commit cddfc6e

Browse files
committed
250721.020937.PDT update norma to circumvent the MEX bug of MATLAB R2025a
1 parent d1afd2a commit cddfc6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

matlab/mex_gateways/R2025a/cobylb.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ subroutine cobylb(calcfc, iprint, maxfilt, maxfun, amat, bvec, ctol, cweight, et
210210

211211
! Preconditions
212212
if (DEBUGGING) then
213-
call assert(abs(iprint) <= 3, 'IPRINT is 0, 1, -1, 2, -2, 3, or-3', srname)
213+
call assert(abs(iprint) <= 3, 'IPRINT is 0, 1, -1, 2, -2, 3, or -3', srname)
214214
call assert(m >= m_lcon .and. m_lcon >= 0, 'M >= M_LCON >= 0', srname)
215215
call assert(n >= 1, 'N >= 1', srname)
216216
call assert(maxfun >= n+2, 'MAXFUN >= N+2', srname)

0 commit comments

Comments
 (0)