]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fix type name
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 13 Aug 2012 13:39:13 +0000 (13:39 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 13 Aug 2012 13:39:13 +0000 (13:39 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_3@25931 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/fe/fe_tools.cc

index 03b7c7267e7d41093791bcdaa3b5c8be13f03119..925233e557a516e7d4eabc3732f99a52cbc79c18 100644 (file)
@@ -1339,7 +1339,7 @@ namespace FETools
     typename DH2<dim,spacedim>::active_cell_iterator cell2 = dof2.begin_active(),
                                                      endc2 = dof2.end();
 
-    std::vector<types::global_dof_indices> dofs;
+    std::vector<types::global_dof_index> dofs;
     dofs.reserve (DoFTools::max_dofs_per_cell (dof2));
 
     u2 = 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.