Google Code Exporter

Results 21406 comments of Google Code Exporter

``` I get it to crash in triangulator.cpp on line 899 if (attachment_point == result.size()) { CARVE_FAIL("didn't manage to link up hole!"); } ``` Original comment by `[email protected]` on 11...

``` I also got the same error in triangulator.cpp:899 when process two other triangulated meshes. ``` Original comment by `[email protected]` on 18 Apr 2014 at 2:50

``` I have successfully written the functions to read/write OFF format data. Thanks ``` Original comment by `[email protected]` on 17 Apr 2014 at 5:10

``` The variables a_rtree and b_rtree are managed by std::auto_ptr, so the object is deleted by aut_ptr. std::auto_ptr a_rtree(...) Even "delete a_rtree;" should not be accepted by your compiler... ```...

``` Sorry, I had multiple versions of the source and got them mixed up. The memory leak was fixed by using auto_ptr instead of a raw pointer in c070b0388d6a. I'll...

``` did you ever get this solved?: i have the same issue... ``` Original comment by `[email protected]` on 5 Nov 2014 at 11:39

``` Did you ever get this resolved? I can't compile either. Just posted Issue 77 myself... ``` Original comment by `[email protected]` on 3 Nov 2014 at 12:10