octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #54799] MEX: creating scalar struct with no fi


From: Amro
Subject: [Octave-bug-tracker] [bug #54799] MEX: creating scalar struct with no fields using mxCreateStructMatrix
Date: Sun, 7 Oct 2018 04:30:16 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0

Follow-up Comment #1, bug #54799 (project octave):

I should say the same happens with:


#include "mex.h"
void mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
{
    const mwSize dims[] = {1, 1};
    plhs[0] = mxCreateStructArray(2, dims, 0, NULL);
}



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?54799>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]