- updates the third output argument when it is M_.block_structure.block

time-shift
Ferhat Mihoubi 2010-10-24 16:05:36 +02:00
parent 9cebf270e5
commit 7ea9d28afd
1 changed files with 1 additions and 0 deletions

View File

@ -417,6 +417,7 @@ mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
mxSetFieldByNumber(block_structur,i,jacob_other_endo_field_number,interprete.get_jacob_other_endo(i));
}
}
plhs[2] = block_structur;
}
if (nlhs > 3)
{