]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix step-36: Use namespace dealii before calling dealii functions.
authoryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 28 Mar 2013 16:50:24 +0000 (16:50 +0000)
committeryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 28 Mar 2013 16:50:24 +0000 (16:50 +0000)
git-svn-id: https://svn.dealii.org/trunk@29104 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-36/step-36.cc

index 6a4fc8651c2f513d463c47f419ef71b5d338ae9d..665301d399ddae41ce73d631dee2c17c9058e5b8 100644 (file)
@@ -425,12 +425,11 @@ int main (int argc, char **argv)
 {
   try
     {
+      using namespace dealii;
+      using namespace Step36;
 
       Utilities::MPI::MPI_InitFinalize mpi_initialization(argc, argv, 1);
       {
-        using namespace dealii;
-        using namespace Step36;
-
         deallog.depth_console (0);
 
         EigenvalueProblem<2> problem ("step-36.prm");

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.