summaryrefslogtreecommitdiffstats
path: root/src/bltVecCmd.C
diff options
context:
space:
mode:
authorjoye <joye>2014-04-15 19:39:05 (GMT)
committerjoye <joye>2014-04-15 19:39:05 (GMT)
commit0efc87e4875e0e80733923e665ba302728d801ac (patch)
tree49520f63c0bc3aab42e79a06b24e8c13e5fdb7f2 /src/bltVecCmd.C
parent7d86d0b5b4808550983b7ac6b710da3fcb254e07 (diff)
downloadblt-0efc87e4875e0e80733923e665ba302728d801ac.zip
blt-0efc87e4875e0e80733923e665ba302728d801ac.tar.gz
blt-0efc87e4875e0e80733923e665ba302728d801ac.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltVecCmd.C')
-rw-r--r--src/bltVecCmd.C3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bltVecCmd.C b/src/bltVecCmd.C
index a448131..c697f41 100644
--- a/src/bltVecCmd.C
+++ b/src/bltVecCmd.C
@@ -55,6 +55,9 @@
#include "bltNsUtil.h"
#include "bltSwitch.h"
+extern int Blt_SimplifyLine (Point2d *origPts, int low, int high,
+ double tolerance, int *indices);
+
typedef int (VectorCmdProc)(Vector *vPtr, Tcl_Interp* interp, int objc,
Tcl_Obj* const objv[]);