From cb9dd71f82a03d02fa4507d06b9b041c1547bb6a Mon Sep 17 00:00:00 2001 From: Anatoly Baksheev Date: Fri, 22 Jul 2011 13:26:31 +0000 Subject: [PATCH] compilation --- modules/gpu/src/cuda/element_operations.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gpu/src/cuda/element_operations.cu b/modules/gpu/src/cuda/element_operations.cu index d7c7f5e38c..84345547ed 100644 --- a/modules/gpu/src/cuda/element_operations.cu +++ b/modules/gpu/src/cuda/element_operations.cu @@ -683,7 +683,7 @@ namespace cv { namespace gpu { namespace mathfunc __device__ __forceinline__ T operator()(const T& e) const { - return saturate_cast(__powf((float)e, power)); + return saturate_cast(__powf((float)e, power)); } };