xjiang4 / ellipsoids

Automatically exported from code.google.com/p/ellipsoids
Other
0 stars 1 forks source link

Replace calcPrecision -> absTol,relTol in EllTube containers #113

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently calcPrecision field is used for comparing the ellipsoidal tubes in 
terms of absolute difference i.e. like abs(Q1Array(:)-Q2Array(:))<=calcPrecision

We need to replace calcPreicision with relTol and absTol fields so that relTol 
is used for comparing the tubes in terms of relative differencewhile absTol is 
used for checking if some values are zero.

Original issue reported on code.google.com by heartofm...@gmail.com on 24 Apr 2013 at 7:18

GoogleCodeExporter commented 8 years ago

Original comment by heartofm...@gmail.com on 2 Nov 2013 at 1:23

GoogleCodeExporter commented 8 years ago

Original comment by shcherba...@gmail.com on 12 Nov 2013 at 10:45

GoogleCodeExporter commented 8 years ago

Original comment by shcherba...@gmail.com on 30 Nov 2013 at 6:09

GoogleCodeExporter commented 8 years ago
Replied in email, please also delete old branch.

Original comment by heartofm...@gmail.com on 4 Dec 2013 at 2:25

GoogleCodeExporter commented 8 years ago

Original comment by shcherba...@gmail.com on 21 Dec 2013 at 5:52

GoogleCodeExporter commented 8 years ago
The review results were sent via email

Original comment by heartofm...@gmail.com on 23 Dec 2013 at 3:00

GoogleCodeExporter commented 8 years ago
Excellent job! You can reintegrate, just make sure that you do that after Vlada 
Lazareva so that there are no any conflicts during reintegration. 

Original comment by heartofm...@gmail.com on 23 Dec 2013 at 6:55

GoogleCodeExporter commented 8 years ago

Original comment by heartofm...@gmail.com on 30 Dec 2013 at 3:36