]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix name of type...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 26 Sep 2013 01:22:38 +0000 (01:22 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 26 Sep 2013 01:22:38 +0000 (01:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@30939 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-42/step-42.cc
deal.II/examples/step-50/step-50.cc

index a9139efc1a511a5cee7eda63a2dc89997d027020..604346b30f56a8681a55ef5cbaf4f8914017e2e4 100644 (file)
@@ -943,7 +943,7 @@ namespace Step42
     FullMatrix<double> cell_matrix(dofs_per_cell, dofs_per_cell);
     Vector<double> cell_rhs(dofs_per_cell);
 
-    std::vector<types::global_dof_indices> local_dof_indices(dofs_per_cell);
+    std::vector<types::global_dof_index> local_dof_indices(dofs_per_cell);
 
     typename DoFHandler<dim>::active_cell_iterator cell =
       dof_handler.begin_active(), endc = dof_handler.end();
@@ -1069,7 +1069,7 @@ namespace Step42
 
     Vector<double> cell_rhs(dofs_per_cell);
 
-    std::vector<types::global_dof_indices> local_dof_indices(dofs_per_cell);
+    std::vector<types::global_dof_index> local_dof_indices(dofs_per_cell);
 
     const FEValuesExtractors::Vector displacement(0);
 
@@ -1198,7 +1198,7 @@ namespace Step42
     for (unsigned i = 0; i < dim; i++)
       ones[i] = 1.0;
 
-    std::vector<types::global_dof_indices> local_dof_indices(dofs_per_cell);
+    std::vector<types::global_dof_index> local_dof_indices(dofs_per_cell);
 
     const FEValuesExtractors::Vector displacement(0);
 
index 797d5bac7353fcd34606e5498e7d35154a1ae60d..768281e4e703b0455d01ab5461d714a47d2a8dca 100644 (file)
@@ -486,7 +486,7 @@ namespace Step50
     FullMatrix<double>   cell_matrix (dofs_per_cell, dofs_per_cell);
     Vector<double>       cell_rhs (dofs_per_cell);
 
-    std::vector<types::global_dof_indices> local_dof_indices (dofs_per_cell);
+    std::vector<types::global_dof_index> local_dof_indices (dofs_per_cell);
 
     const Coefficient<dim> coefficient;
     std::vector<double>    coefficient_values (n_q_points);
@@ -561,7 +561,7 @@ namespace Step50
 
     FullMatrix<double>   cell_matrix (dofs_per_cell, dofs_per_cell);
 
-    std::vector<types::global_dof_indices> local_dof_indices (dofs_per_cell);
+    std::vector<types::global_dof_index> local_dof_indices (dofs_per_cell);
 
     const Coefficient<dim> coefficient;
     std::vector<double>    coefficient_values (n_q_points);

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.