]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Initialize two member variables. 3085/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 8 Sep 2016 19:13:34 +0000 (13:13 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 8 Sep 2016 19:13:34 +0000 (13:13 -0600)
include/deal.II/grid/tria_objects.h

index 2bc41967b8d361718d854cfec431c0ed33903224..ab79fd6f4900fb8b6ea3e1ac240c9a5276c90d8a 100644 (file)
@@ -667,6 +667,8 @@ namespace internal
     inline
     TriaObjects<G>::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)
     {}

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.