diff options
| author | JF Barraud <jf.barraud@gmail.com> | 2009-03-09 01:47:39 +0000 |
|---|---|---|
| committer | jfbarraud <jfbarraud@users.sourceforge.net> | 2009-03-09 01:47:39 +0000 |
| commit | fffb14c92df4ff0efb9271708984c75ca12b30d6 (patch) | |
| tree | 04a75637990939efdd4da28826357ff214bafc22 /src/2geom/sbasis-math.cpp | |
| parent | part of bug #339660; can not use Add/Rename dialog to create layer with no pr... (diff) | |
| download | inkscape-fffb14c92df4ff0efb9271708984c75ca12b30d6.tar.gz inkscape-fffb14c92df4ff0efb9271708984c75ca12b30d6.zip | |
2geom update
(bzr r7453)
Diffstat (limited to 'src/2geom/sbasis-math.cpp')
| -rw-r--r-- | src/2geom/sbasis-math.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/2geom/sbasis-math.cpp b/src/2geom/sbasis-math.cpp index d7045a3a9..7053388dc 100644 --- a/src/2geom/sbasis-math.cpp +++ b/src/2geom/sbasis-math.cpp @@ -35,14 +35,15 @@ //TODO: in all these functions, compute 'order' according to 'tol'. #include <2geom/sbasis-math.h> -//#define ZERO 1e-3 +#include <2geom/d2-sbasis.h> #include <stdio.h> #include <math.h> +//#define ZERO 1e-3 + namespace Geom { -#include <2geom/d2-sbasis.h> //-|x|----------------------------------------------------------------------- /** Return the absolute value of a function pointwise. |
