diff options
author | hongyu zhong <hongyu@multicorewareinc.com> | 2013-12-06 10:27:39 +0800 |
---|---|---|
committer | I-Jui (Ray) Sung <ray@multicorewareinc.com> | 2013-12-19 01:12:42 -0600 |
commit | 19013b913249c035e8519a46b9634b675e2026f1 (patch) | |
tree | 6b7be2270d94f59bca94d76084a36ac7f6485d3e /sc/qa/unit/opencl-test.cxx | |
parent | 7e8aedcd8e0d683aaf891d6373d4cf5f33ddbe39 (diff) |
GPU Calc: Optimized NEGBINOMDIST
AMLOEXT-282
Change-Id: Ie6dcd77fc11b91647722b5a9a73deb0d6a97989c
Signed-off-by: haochen <haochen@multicorewareinc.com>
Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
Diffstat (limited to 'sc/qa/unit/opencl-test.cxx')
-rw-r--r-- | sc/qa/unit/opencl-test.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/qa/unit/opencl-test.cxx b/sc/qa/unit/opencl-test.cxx index 7796b57a675a..9d283597141c 100644 --- a/sc/qa/unit/opencl-test.cxx +++ b/sc/qa/unit/opencl-test.cxx @@ -1494,7 +1494,6 @@ void ScOpenclTest::testStatisticalFormulaNegbinomdist() { double fLibre = pDoc->GetValue(ScAddress(3,i,0)); double fExcel = pDocRes->GetValue(ScAddress(3,i,0)); - std::cout<<fLibre<<"\t"<<fExcel<<"\n"; CPPUNIT_ASSERT_DOUBLES_EQUAL(fExcel, fLibre, fabs(0.0001*fExcel)); } xDocSh->DoClose(); |