]> https://gitweb.dealii.org/ - dealii.git/commitdiff
DoFHandlerPolicy: Fix 64 bit code path 12579/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sun, 18 Jul 2021 18:08:25 +0000 (20:08 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sun, 18 Jul 2021 18:08:25 +0000 (20:08 +0200)
source/dofs/dof_handler_policy.cc

index 6c511e1f661e0a240aa12cd10b3441d0894ce249..afd2b02e33451448f82488575a034e38a4664d60 100644 (file)
@@ -3686,7 +3686,7 @@ namespace internal
               DoFAccessorImplementation::Implementation::
                 DoFIndexProcessor<dim, spacedim, false>(),
               [&complete](auto &stored_index, auto &received_index) {
-                if (received_index != numbers::invalid_unsigned_int)
+                if (received_index != numbers::invalid_dof_index)
                   {
                     Assert((stored_index == (numbers::invalid_dof_index)) ||
                              (stored_index == received_index),

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.