Parent Directory
|
Revision Log
Fix for gcc-4.7, thanks Jimmy Jazz (bug #414029) (Portage version: 2.1.10.56/cvs/Linux x86_64)
| 1 | --- ./include/CGAL/Mesh_2/Do_not_refine_edges.h.ori 2012-04-25 23:14:26.132198961 +0200 |
| 2 | +++ ./include/CGAL/Mesh_2/Do_not_refine_edges.h 2012-04-25 23:14:46.304953789 +0200 |
| 3 | @@ -80,7 +80,7 @@ |
| 4 | const Face_handle& fh = eit->first; |
| 5 | const int& i = eit->second; |
| 6 | |
| 7 | - if(fh->is_constrained(i) && !is_locally_conform(this->tr, fh, i, p)) |
| 8 | + if(fh->is_constrained(i) && !this->is_locally_conform(this->tr, fh, i, p)) |
| 9 | { |
| 10 | return CONFLICT_AND_ELEMENT_SHOULD_BE_DROPPED; |
| 11 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |