]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Explicitly specify template arguments in hopes to help MS VC++.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 11 Feb 2014 04:10:09 +0000 (04:10 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 11 Feb 2014 04:10:09 +0000 (04:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@32453 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/grid/grid_tools.cc

index 44cdca00d781c8571d26c6e24480819c18de17e5..e96dab3f2f0ddec242a1563495a74ee4682f7a45 100644 (file)
@@ -977,7 +977,8 @@ next_cell:
         // is for.
         if (!found && cells_searched < n_cells)
           {
-            find_active_cell_around_point_internal(container, searched_cells, adjacent_cells);
+            find_active_cell_around_point_internal<dim,Container,spacedim>
+            (container, searched_cells, adjacent_cells);
           }
       }
 
@@ -1098,7 +1099,8 @@ next_cell:
             // the cells in adjacent_cells.
             if (!found && cells_searched < n_cells)
               {
-                find_active_cell_around_point_internal(container, searched_cells, adjacent_cells);
+                find_active_cell_around_point_internal<dim,hp::DoFHandler,spacedim>
+                (container, searched_cells, adjacent_cells);
               }
 
           }

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.