From: Wolfgang Bangerth Date: Thu, 8 Sep 2016 19:13:34 +0000 (-0600) Subject: Initialize two member variables. X-Git-Tag: v8.5.0-rc1~690^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fbf44673f99af0e33b9b85e6e6275bec18d1805;p=dealii.git Initialize two member variables. --- diff --git a/include/deal.II/grid/tria_objects.h b/include/deal.II/grid/tria_objects.h index 2bc41967b8..ab79fd6f49 100644 --- a/include/deal.II/grid/tria_objects.h +++ b/include/deal.II/grid/tria_objects.h @@ -667,6 +667,8 @@ namespace internal inline TriaObjects::TriaObjects() : + next_free_single (numbers::invalid_unsigned_int), + next_free_pair (numbers::invalid_unsigned_int), reverse_order_next_free_single (false), user_data_type(data_unknown) {}