summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/op_statistical.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/opencl/op_statistical.cxx')
-rw-r--r--sc/source/core/opencl/op_statistical.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/opencl/op_statistical.cxx b/sc/source/core/opencl/op_statistical.cxx
index 79d27e5ef5e7..62f35865c7c7 100644
--- a/sc/source/core/opencl/op_statistical.cxx
+++ b/sc/source/core/opencl/op_statistical.cxx
@@ -223,7 +223,7 @@ void OpZTest::GenSlidingWindowFunction(std::stringstream &ss,
ss << " double arg = 0.0;\n";
ss << " double sigma = 0.0;\n";
ss << " double mu = 0.0;\n";
- if(vSubArguments.size() == 1 || vSubArguments.size() == 0)
+ if(vSubArguments.size() == 1 || vSubArguments.empty())
{
ss << " return DBL_MAX;\n";
ss << "}\n";