diff --git a/binding/matlab/Matlab_Mesh.h b/binding/matlab/Matlab_Mesh.h index 7b9ccc9c..d2fb971a 100644 --- a/binding/matlab/Matlab_Mesh.h +++ b/binding/matlab/Matlab_Mesh.h @@ -51,7 +51,7 @@ void Matlab_Mesh( int, mxArray *plhs[], } else { // Si on a demande un segment precis std::vector Mesh_tp(model->meshPoints(Q, - static_cast(idx))); + static_cast(idx))); // Create a matrix for the return argument plhs[0] = mxCreateDoubleMatrix(3, Mesh_tp.size(), mxREAL);