]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix data type
authorTimo Heister <timo.heister@gmail.com>
Fri, 8 Nov 2013 13:09:36 +0000 (13:09 +0000)
committerTimo Heister <timo.heister@gmail.com>
Fri, 8 Nov 2013 13:09:36 +0000 (13:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@31587 0785d39b-7218-0410-832d-ea1e28bc413d

tests/multigrid/step-39-02.cc

index 32d858e58ddf52ef05406cd18bd6b86348371215..f445cfccc0718797fdabfaf1840541ede81566ae 100644 (file)
@@ -397,7 +397,7 @@ namespace Step39
   InteriorPenaltyProblem<dim>::setup_system()
   {
     dof_handler.distribute_dofs(fe);
-    unsigned int n_dofs = dof_handler.n_dofs();
+    types::global_dof_index n_dofs = dof_handler.n_dofs();
     solution.reinit(n_dofs);
     right_hand_side.reinit(n_dofs);
 

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.