Mentions légales du service

Skip to content
Snippets Groups Projects
Commit efcf6dac authored by hhakim's avatar hhakim
Browse files

Minor fixes: typo in mx2Faust.hpp and reference values of tests (due to 2-norm...

Minor fixes: typo in mx2Faust.hpp and reference values of tests (due to 2-norm default parameters change).
parent 23e2627c
Branches
Tags
No related merge requests found
......@@ -800,7 +800,7 @@ const Params<SCALAR, Cpu, FPP2>* mxArray2FaustParams(const mxArray* matlab_param
mxCurrentField = mxGetField(matlab_params, 0, mat_field_type2str(NORM2_THRESHOLD).c_str());
norm2_threshold = (FPP2) mxGetScalar(mxCurrentField);
}
if(presentFields[FAUST_NORM2_MAX_ITER])
if(presentFields[NORM2_MAX_ITER])
{
mxCurrentField = mxGetField(matlab_params, 0, mat_field_type2str(NORM2_MAX_ITER).c_str());
norm2_max_iter = (int) mxGetScalar(mxCurrentField);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment