refactored arithm binary operations in order to make them more scalable

This commit is contained in:
Ilya Lavrenov
2013-10-03 20:04:04 +04:00
parent 8224f9843e
commit 5f81988699
7 changed files with 135 additions and 135 deletions

View File

@@ -535,7 +535,7 @@ TEST_P(Absdiff, Mat)
}
}
TEST_P(Absdiff, Mat_Scalar)
TEST_P(Absdiff, Scalar)
{
for (int j = 0; j < LOOP_TIMES; j++)
{