commit | d88e0894d0156f4d427b812fec69bfba3eec7a8d | [log] [tgz] |
---|---|---|
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Mar 27 13:23:51 2012 +0000 |
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Mar 27 13:23:51 2012 +0000 |
tree | 28a0a8771a2b4c3643e5bd687e832358f7556cdd | |
parent | 6e08bfeca9cb0188b1455122bb8fb39d3ec96c29 [diff] [blame] |
work in progress nearly coincident mostly work support files for creating projects from gyp git-svn-id: http://skia.googlecode.com/svn/trunk@3500 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/IntersectionUtilities.cpp b/experimental/Intersection/IntersectionUtilities.cpp index d05afdf..e6ece74 100644 --- a/experimental/Intersection/IntersectionUtilities.cpp +++ b/experimental/Intersection/IntersectionUtilities.cpp
@@ -1,4 +1,5 @@ +#if 0 // snippets that one day may be useful, unused for now... // get sign, exponent, mantissa from double @@ -37,4 +38,5 @@ { /* i.e., Mantissa is even */ mantissa >>= 1; exponent++; - } \ No newline at end of file + } +#endif \ No newline at end of file