diff options
author | Marius Kintel <marius@kintel.net> | 2012-01-15 00:48:14 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-01-15 00:48:14 (GMT) |
commit | 232f51a2bcf485fd5ade619447e1206fcc991fa7 (patch) | |
tree | ff7dd784cef27eb71442f40bb91e1bc26f246a61 /testdata | |
parent | 864c39f5fbb8002f4634b76a03a174da0d5b02da (diff) | |
parent | f0ffb390c8bced58d44fb0cb892ea828ac0bafb7 (diff) |
Merge branch 'master' into boost_backport
Diffstat (limited to 'testdata')
-rw-r--r-- | testdata/scad/bugs/minkowski-assert.scad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testdata/scad/bugs/minkowski-assert.scad b/testdata/scad/bugs/minkowski-assert.scad index 4ae81da..74bce5c 100644 --- a/testdata/scad/bugs/minkowski-assert.scad +++ b/testdata/scad/bugs/minkowski-assert.scad @@ -1,3 +1,15 @@ +/* + Originally reported by chrysn 20100516: + + terminate called after throwing an instance of 'CGAL::Assertion_exception' + what(): CGAL ERROR: assertion violation! + Expr: N.is_valid(0,0) + File: /usr/include/CGAL/convex_decomposition_3.h + Line: 113 + + This appears to have been a CGAL issue and it appears to work correctly in OpenSCAD-2011.12 with CGAL-3.9 +*/ + minkowski() { cube(20, center=true); rotate([20, 30, 40]) |