diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-14 20:56:17 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-14 20:56:17 (GMT) |
commit | 64479ff0723db3df73f8376b63dd967fb1c69de0 (patch) | |
tree | be1f2453c6a1c2bb41b00e35dc6295ef5b49492c | |
parent | d5ed64d0d8a645f918b85bbca98a21c4960c8969 (diff) |
Clifford Wolf:
Adjusted GRID_FINE
git-svn-id: http://svn.clifford.at/openscad/trunk@299 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | openscad.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ class AbstractPolyNode; struct CGAL_Nef_polyhedron; const double GRID_COARSE = 0.001; -const double GRID_FINE = 0.0000001; +const double GRID_FINE = 0.000001; template <typename T> class Grid2d |