You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use any example from examples directory I get following error:
sedumi(At,b,c,K)
error: whichcpx: Assertion failed: nlhs <= 1, at line 154 of file "whichcpx.c".
whichcpx generates 1 output argument.
I think that building did not pass correctly.
The text was updated successfully, but these errors were encountered:
For a possible explanation and fix see https://savannah.gnu.org/bugs/index.php?50050 . It does not seem to be an issue of SeDuMi. I faced the same issue and now all examples work for me again.
NexZhu
pushed a commit
to NexMirror/Octave
that referenced
this issue
Jan 14, 2017
…050)
* mexproto.h (mxAssert, mxAssertS): add parenthesis to the macro parameter expr.
This avoids errors due to the operator precedence of the negation. See bug was
first observed at: sqlp/sedumi#24.
When trying to use any example from examples directory I get following error:
sedumi(At,b,c,K)
error: whichcpx: Assertion failed: nlhs <= 1, at line 154 of file "whichcpx.c".
whichcpx generates 1 output argument.
I think that building did not pass correctly.
The text was updated successfully, but these errors were encountered: