diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2018-11-09 13:53:19 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2018-12-03 15:27:20 +0100 |
commit | 4a9ace13b905189063f6792c9490a570e0eae59b (patch) | |
tree | 179c064f0414b0d905c982eb18cfb4964dbc4e1f /sc/source | |
parent | 07e15bb76225d259a9be4c7a47b2af0c6cc5b033 (diff) |
disable opencl implementation of AMORDEGRC
It fails sc_financial_functions_test with SC_FORCE_CALCULATION=opencl.
Change-Id: If43928df8b1382eb7518fc99b6eee1759d822058
Reviewed-on: https://gerrit.libreoffice.org/64225
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/core/opencl/formulagroupcl.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx index 719431bcebb3..7c0f9940ba9f 100644 --- a/sc/source/core/opencl/formulagroupcl.cxx +++ b/sc/source/core/opencl/formulagroupcl.cxx @@ -3187,11 +3187,11 @@ DynamicKernelSoPArguments::DynamicKernelSoPArguments(const ScCalcConfig& config, mvSubArguments.push_back( SoPHelper(mCalcConfig, ts, ft->Children[i], new OpDuration_ADD)); }*/ - else if (pChild->GetExternal() == "com.sun.star.sheet.addin.Analysis.getAmordegrc") + /*else if (pChild->GetExternal() == "com.sun.star.sheet.addin.Analysis.getAmordegrc") { mvSubArguments.push_back(SoPHelper(mCalcConfig, ts, ft->Children[i], new OpAmordegrc, nResultSize)); - } + }*/ else if (pChild->GetExternal() == "com.sun.star.sheet.addin.Analysis.getAmorlinc") { mvSubArguments.push_back(SoPHelper(mCalcConfig, ts, ft->Children[i], |