summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/formulagroupcl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/opencl/formulagroupcl.cxx')
-rw-r--r--sc/source/core/opencl/formulagroupcl.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index e57799de1629..51e2e72d764b 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -2430,13 +2430,13 @@ DynamicKernelSoPArguments::DynamicKernelSoPArguments(
mvSubArguments.push_back(SoPHelper(ts,
ft->Children[i], new OpNormsinv, nResultSize));
break;
- case ocVariationen:
+ case ocPermut:
mvSubArguments.push_back(SoPHelper(ts,
- ft->Children[i], new OpVariationen, nResultSize));
+ ft->Children[i], new OpPermut, nResultSize));
break;
- case ocVariationen2:
+ case ocPermutationA:
mvSubArguments.push_back(SoPHelper(ts,
- ft->Children[i], new OpVariationen2, nResultSize));
+ ft->Children[i], new OpPermutationA, nResultSize));
break;
case ocPhi:
mvSubArguments.push_back(SoPHelper(ts,
@@ -2603,9 +2603,9 @@ DynamicKernelSoPArguments::DynamicKernelSoPArguments(
mvSubArguments.push_back(SoPHelper(ts,
ft->Children[i], new OpCountIfs, nResultSize));
break;
- case ocKombin2:
+ case ocCombinA:
mvSubArguments.push_back(SoPHelper(ts,
- ft->Children[i], new OpCombina, nResultSize));
+ ft->Children[i], new OpCombinA, nResultSize));
break;
case ocEven:
mvSubArguments.push_back(SoPHelper(ts,
@@ -2675,9 +2675,9 @@ DynamicKernelSoPArguments::DynamicKernelSoPArguments(
mvSubArguments.push_back(SoPHelper(ts,
ft->Children[i], new OpCeil, nResultSize));
break;
- case ocKombin:
+ case ocCombin:
mvSubArguments.push_back(SoPHelper(ts,
- ft->Children[i], new OpKombin, nResultSize));
+ ft->Children[i], new OpCombin, nResultSize));
break;
case ocDevSq:
mvSubArguments.push_back(SoPHelper(ts,