From c74c517ce35b34484f36f7cd3d16a2aec86b2767 Mon Sep 17 00:00:00 2001 From: peng xiao Date: Tue, 27 Aug 2013 11:56:11 +0800 Subject: [PATCH] Fix build error. --- modules/ocl/src/tvl1flow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ocl/src/tvl1flow.cpp b/modules/ocl/src/tvl1flow.cpp index 5d0eca359e..638e6d834b 100644 --- a/modules/ocl/src/tvl1flow.cpp +++ b/modules/ocl/src/tvl1flow.cpp @@ -172,7 +172,7 @@ namespace ocl_tvl1flow void estimateU(oclMat &I1wx, oclMat &I1wy, oclMat &grad, oclMat &rho_c, oclMat &p11, oclMat &p12, oclMat &p21, oclMat &p22, oclMat &u1, - oclMat &u2, oclMat &error, float l_t, float theta); + oclMat &u2, oclMat &error, float l_t, float theta, char calc_error); void estimateDualVariables(oclMat &u1, oclMat &u2, oclMat &p11, oclMat &p12, oclMat &p21, oclMat &p22, float taut);