]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fix deprecated warning
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Jan 2013 18:29:38 +0000 (18:29 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Jan 2013 18:29:38 +0000 (18:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@28027 0785d39b-7218-0410-832d-ea1e28bc413d

tests/mpi/mg_03.cc

index 941f3de8e8f7f64460886306e79a035677275f3f..2fd078beb289282fa76c8ff35c10b95082a1fcd6 100644 (file)
@@ -98,7 +98,7 @@ void test()
               cell->get_mg_dof_indices(dofs);
 
               for (unsigned int i=0;i<dofs.size();++i)
-                if (dofs[i]==types::invalid_dof_index)
+                if (dofs[i]==numbers::invalid_dof_index)
                   file << "- ";
                 else
                   file << dofs[i] << " ";

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.