From: Bruno Blais Date: Wed, 28 Oct 2020 13:19:41 +0000 (-0400) Subject: Change update flag to update the new flag. I also provisioned for new possible flags... X-Git-Tag: v9.3.0-rc1~958^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa63d77a5d3c68d0e9e2f2b9746b25f806d5d1da;p=dealii.git Change update flag to update the new flag. I also provisioned for new possible flags by just clearing the entire last hex character. --- diff --git a/include/deal.II/grid/grid_tools_cache_update_flags.h b/include/deal.II/grid/grid_tools_cache_update_flags.h index 7cbf5d3dab..60da358c06 100644 --- a/include/deal.II/grid/grid_tools_cache_update_flags.h +++ b/include/deal.II/grid/grid_tools_cache_update_flags.h @@ -87,7 +87,7 @@ namespace GridTools /** * Update all objects. */ - update_all = 0x0FF, + update_all = 0xFFF, };