]> https://gitweb.dealii.org/ - dealii.git/commitdiff
suppress warnings about implicit cast 2643/head
authorKarl Ljungkvist <k.ljungkvist@gmail.com>
Fri, 27 May 2016 22:32:59 +0000 (17:32 -0500)
committerKarl Ljungkvist <k.ljungkvist@gmail.com>
Sat, 28 May 2016 16:14:28 +0000 (11:14 -0500)
include/deal.II/matrix_free/fe_evaluation.h

index 191c8374e7d70de295972207dc873ea12de170c1..b8dcb9fc3aeb8a608cf145261f075e3906aafa56 100644 (file)
@@ -1800,10 +1800,10 @@ FEEvaluationBase<dim,n_components_,Number>
                     const unsigned int        first_selected_component,
                     const FEEvaluationBase<dim,n_components_other,Number> *other)
   :
-  quad_no            (-1),
+  quad_no            (numbers::invalid_unsigned_int),
   n_fe_components    (n_components_),
-  active_fe_index    (-1),
-  active_quad_index  (-1),
+  active_fe_index    (numbers::invalid_unsigned_int),
+  active_quad_index  (numbers::invalid_unsigned_int),
   matrix_info        (0),
   dof_info           (0),
   mapping_info       (0),

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.