Fixed dot product test
authorAndrey Kamaev <no@email>
Fri, 30 Dec 2011 10:42:07 +0000 (10:42 +0000)
committerAndrey Kamaev <no@email>
Fri, 30 Dec 2011 10:42:07 +0000 (10:42 +0000)
modules/core/perf/perf_dot.cpp

index c6d73ca..9ff4f8b 100644 (file)
@@ -6,7 +6,7 @@ using namespace perf;
 using std::tr1::make_tuple;\r
 using std::tr1::get;\r
 \r
-typedef tr1::tuple<int, int> MatType_Length_t;\r
+typedef tr1::tuple<MatType, int> MatType_Length_t;\r
 typedef TestBaseWithParam<MatType_Length_t> MatType_Length;\r
 \r
 PERF_TEST_P( MatType_Length, dot,\r