]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix definition of invalid_dof_index in hp::DoFHandler.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 22 Mar 2013 13:28:04 +0000 (13:28 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 22 Mar 2013 13:28:04 +0000 (13:28 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@28982 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/hp/dof_handler.h

index e9ae42763ae16865f6e62e169c2b2bea212c75b4..c8dfd8f11cec69ab828d6c3c98af1f71df203d0c 100644 (file)
@@ -136,7 +136,7 @@ namespace hp
      * certain value, but rather take
      * its symbolic name.
      */
-    static const unsigned int invalid_dof_index = numbers::invalid_unsigned_int;
+    static const types::global_dof_index invalid_dof_index = numbers::invalid_dof_index;
 
     /**
      * The default index of the
@@ -1012,5 +1012,3 @@ namespace hp
 DEAL_II_NAMESPACE_CLOSE
 
 #endif
-
-

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.