bobc / carve

Automatically exported from code.google.com/p/carve
Other
1 stars 1 forks source link

Patch for /include/carve/mesh_impl.hpp #75

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
std::vector<vertex_t::vector_t> v_edge;
if( v_edge.size() < 3 ) // always true, because initialized in previous line
{...
}

Original issue reported on code.google.com by fabian.g...@gmail.com on 9 Oct 2014 at 1:32

Attachments: