vedaldi / svm-struct-matlab

A MATLAB wrapper of SVM^struct
http://www.vlfeat.org/~vedaldi/code/svm-struct-matlab.html
Other
55 stars 47 forks source link

fixed ! vs == operator precedence #7

Open bermanmaxim opened 8 years ago

bermanmaxim commented 8 years ago

The checks such as ! mxGetClassID(fn_array) == mxFUNCTION_CLASS were not done.