summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorhaochen <haochen@multicorewareinc.com>2013-10-25 20:26:51 +0800
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-10-29 17:00:27 -0400
commitc45c29a6037dc3d9065666b38309dee352122925 (patch)
treeff2ba381884abd608523f6dca4c20e03400ffc05 /sc
parent6b15350724ab90601092e726bb4bd05cf37fc365 (diff)
Fix bugs for SLN in GPU Calc
Change-Id: I78e42b0d5322abc15549d3e101a221774d3297e6 Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/opencl/formulagroupcl.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index 9c616d61cdee..3b06b30fdd30 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -767,6 +767,7 @@ DynamicKernelSoPArguments<Op>::DynamicKernelSoPArguments(const std::string &s,
case ocLIA:
mvSubArguments.push_back(SoPHelper<OpSLN>(ts,
ft->Children[i]));
+ break;
case ocGammaLn:
mvSubArguments.push_back(SoPHelper<OpGammaLn>(ts,
ft->Children[i]));