1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Merge pull request #7370 from souch55:Fixxn

This commit is contained in:
Alexander Alekhin
2016-10-01 10:44:55 +00:00
273 changed files with 657 additions and 657 deletions
+3 -3
View File
@@ -41,8 +41,8 @@
//
//M*/
#ifndef __OPENCV_ML_HPP__
#define __OPENCV_ML_HPP__
#ifndef OPENCV_ML_HPP
#define OPENCV_ML_HPP
#ifdef __cplusplus
# include "opencv2/core.hpp"
@@ -1685,6 +1685,6 @@ CV_EXPORTS void createConcentricSpheresTestSet( int nsamples, int nfeatures, int
}
#endif // __cplusplus
#endif // __OPENCV_ML_HPP__
#endif // OPENCV_ML_HPP
/* End of file. */