Rev 8147 | Rev 11124 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8147 | Rev 8185 | ||
---|---|---|---|
Line 46... | Line 46... | ||
46 | #define pointlim 4096 |
46 | #define pointlim 4096 |
47 | #define default_tolerance 10 |
47 | #define default_tolerance 10 |
48 | 48 | ||
49 | /***************** Nothing should need change hereafter *****************/ |
49 | /***************** Nothing should need change hereafter *****************/ |
50 | 50 | ||
51 | #include "../wims.h" |
- | |
52 | #include "../Lib/libwims.h" |
51 | #include "../Lib/libwims.h" |
53 | 52 | ||
54 | char curve1[2*MAX_LINELEN+2], curve2[2*MAX_LINELEN+2]; |
53 | char curve1[2*MAX_LINELEN+2], curve2[2*MAX_LINELEN+2]; |
55 | int bx[2], by[2]; |
54 | int bx[2], by[2]; |
56 | int tol=default_tolerance; |
55 | int tol=default_tolerance; |