summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 692b182)
raw | patch | inline | side by side (parent: 692b182)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 11 Apr 2007 03:16:03 +0000 (03:16 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 11 Apr 2007 03:16:03 +0000 (03:16 +0000) |
src/livarot/LivarotDefs.h | patch | blob | history |
index bf1326338cad192280cb89caa48308c4d7fe06ac..49f954586058474feb1b9ec3f3f29ddaba37bf72 100644 (file)
// despite the rounding sheme, this still happen with uber-complex graphs
// note that coordinates are stored in double => double precision for the computation is not even
// enough to get exact results (need quadruple precision, i think).
- shape_input_err = 5 // the function was given an incorrect input (not a polygon, or not eulerian)
+ shape_input_err = 5, // the function was given an incorrect input (not a polygon, or not eulerian)
+ shape_nothing_to_do = 6 // the function had nothing to do (zero offset, etc)
};
// return codes for the find function in the AVL tree (private)