Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP4:Update
ilmbase.30992
testBoxAlgo.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File testBoxAlgo.patch of Package ilmbase.30992
Subject: testBoxAlgo: allow fuzzy match of b12 == b2 From: Steven Chamberlain <steven@pyro.eu.org> Date: Wed, 24 Feb 2016 01:04:11 +0000 Also fix a pre-existing typo. Index: ilmbase/ImathTest/testBoxAlgo.cpp =================================================================== --- ilmbase.orig/ImathTest/testBoxAlgo.cpp +++ ilmbase/ImathTest/testBoxAlgo.cpp @@ -886,10 +886,11 @@ boxMatrixTransform () assert (approximatelyEqual (b2.min, b4.min, e)); assert (approximatelyEqual (b2.max, b4.max, e)); - assert (approximatelyEqual (b3.max, b4.max, e)); + assert (approximatelyEqual (b3.min, b4.min, e)); assert (approximatelyEqual (b3.max, b4.max, e)); - assert (b21 == b2); + assert (approximatelyEqual (b2.min, b21.min, e)); + assert (approximatelyEqual (b2.max, b21.max, e)); assert (b31 == b3); M[0][3] = 1;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor