Add a warning

This commit is contained in:
Mael Rouxel-Labbé 2023-10-18 10:29:28 +02:00
parent c7af977fd2
commit 2c19ffcd8b
1 changed files with 3 additions and 0 deletions

View File

@ -281,6 +281,9 @@ public:
// Whether to keep pockets of "outside" cells that are not connected to the exterior (or to the // Whether to keep pockets of "outside" cells that are not connected to the exterior (or to the
// initial cavities, if used). // initial cavities, if used).
//
// /!\ Warning /!\
// If you refine or pause while removing pockets, you will get valid but different wraps.
const bool keep_inner_ccs = choose_parameter(get_parameter(in_np, internal_np::keep_inner_connected_components), true); const bool keep_inner_ccs = choose_parameter(get_parameter(in_np, internal_np::keep_inner_connected_components), true);
// This parameter enables avoiding recomputing the triangulation from scratch when wrapping // This parameter enables avoiding recomputing the triangulation from scratch when wrapping