carve icon indicating copy to clipboard operation
carve copied to clipboard

csg_triangulator.hpp compile error

Open GoogleCodeExporter opened this issue 10 years ago • 2 comments

Line 161, function scoreQuad
      double scoreQuad(edge_map_t::iterator i, edge_map_t &edge_map) {
        if (!(*i).second.first || !(*i).second.second) return -1;
      }
basically it should return something on either paths.
the result is using to select best edge candidate.

Original issue reported on code.google.com by [email protected] on 28 May 2010 at 1:52

GoogleCodeExporter avatar Dec 12 '15 18:12 GoogleCodeExporter

Shows up, when compiling with Intel Compiler 8.1

Original comment by [email protected] on 28 May 2010 at 1:58

GoogleCodeExporter avatar Dec 12 '15 18:12 GoogleCodeExporter

The quadrilateral merging code is incomplete, and is not used within Carve at 
this point. I'll commit a fix that 
stops the compiler complaining, as a temporary solution.

Original comment by [email protected] on 1 Jun 2010 at 3:31

GoogleCodeExporter avatar Dec 12 '15 18:12 GoogleCodeExporter