| ------------------------------------------------------------------------
| r57979 | lrineau | 2010-08-11 15:24:20 +0200 (Wed, 11 Aug 2010) | 1 line
|
| Global fix of all uses of qt4_generate_moc: the destination file path must be absolute.
| ------------------------------------------------------------------------
| r58026 | stayeb | 2010-08-12 17:40:41 +0200 (Thu, 12 Aug 2010) | 2 lines
|
| Bug fix: ensure that c3t3 contains no in complex cell when starting a new refinement process. We need this because the first refinement of the surface does not update the volume, so c3t3 can't know that in complex cells have been deleted.
|
| ------------------------------------------------------------------------
(That shows it is difficult to avoid to merge the release branch in the
trunk from time to time.)
| ------------------------------------------------------------------------
| r58042 | lrineau | 2010-08-13 16:10:59 +0200 (Fri, 13 Aug 2010) | 1 line
| Changed paths:
| M /branches/CGAL-3.7-branch/Mesh_3/demo/Mesh_3/CMakeLists.txt
|
| Do not compile implicit_functions if the demo is not compiled.
|
------------------------------------------------------------------------
(No ancestry tracking with svn:mergeinfo, to avoid polution of trunk logs.)
+ some encroached facet could be missed with the old version of the code (seems to happen in some cases where facet_size > tet_size in the meshing criteria). This leads to a possible crash with the new optimized version of the volume refinement.
+ remove unused parameters
+ remove extra ';'
+ change 'class' to 'struct' in forward declaration
+ don't mask overloads of init() function in Io_implicit_function_plugin
+ remove useless comparison of unsigned integer with '0'
+ clean demo/Mesh_3/CMakeLists.txt
+ ensure that generated file (*.moc) are founded by compiler in implicit_functions/ : add projectname_BINARY_DIR in include directories.
+ Add status report in meshing MessageBox
+ Fix a bug which could happened if user stops meshing process early: cells should be scanned to have tets in the mesh and not only facets