| commit | c1ad0226087e10b1f300b5a45e3d6fdb23b8d1b8 | [log] [tgz] |
|---|---|---|
| author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Sep 19 02:01:47 2012 +0000 |
| committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Sep 19 02:01:47 2012 +0000 |
| tree | 0bc3fe5a67b93c55f3e59161d170ca106c00ea47 | |
| parent | 79723f9826241896ae4ac0d462c96ffcbc47789a [diff] [blame] |
Sanitizing source files in Skia_Periodic_House_Keeping git-svn-id: http://skia.googlecode.com/svn/trunk@5594 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/QuarticRoot.cpp b/experimental/Intersection/QuarticRoot.cpp index 8e3664b..839c3b9 100644 --- a/experimental/Intersection/QuarticRoot.cpp +++ b/experimental/Intersection/QuarticRoot.cpp
@@ -150,7 +150,7 @@ if (approximately_zero(R)) {/* one triple solution */ *roots++ = -adiv3; } else { /* one single and one double solution */ - + double u = cube_root(-R); *roots++ = 2 * u - adiv3; *roots++ = -u - adiv3;