]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix warning
authorTimo Heister <timo.heister@gmail.com>
Tue, 19 Jan 2016 18:00:08 +0000 (13:00 -0500)
committerTimo Heister <timo.heister@gmail.com>
Tue, 19 Jan 2016 18:00:08 +0000 (13:00 -0500)
source/dofs/dof_handler_policy.cc

index 29c74979e577e723e4ca5db4adab1cffedca91d1..76dc40c71bb53cd31f4bee7406b088643420a714 100644 (file)
@@ -1542,7 +1542,7 @@ namespace internal
                       if (dealii_cell->at_boundary(f))
                         continue;
                       typename DoFHandler<dim,spacedim>::level_cell_iterator neighbor = dealii_cell->neighbor(f);
-                      if (neighbor->level()>=level)
+                      if (neighbor->level()>=dealii_cell->level())
                         continue;
 
                       dealii::types::subdomain_id dest = neighbor->level_subdomain_id();

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.