Kaydet (Commit) 4a9ace13 authored tarafından Luboš Luňák's avatar Luboš Luňák

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: 's avatarLuboš Luňák <l.lunak@collabora.com>
üst 07e15bb7
......@@ -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],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment