From: Wolfgang Bangerth Date: Mon, 23 Oct 2006 11:43:57 +0000 (+0000) Subject: Import namespace dealii. X-Git-Tag: v8.0.0~10929 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36a43cd1eed152011619a232c8bbd0996c0a5025;p=dealii.git Import namespace dealii. git-svn-id: https://svn.dealii.org/trunk@14045 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-27/step-27.cc b/deal.II/examples/step-27/step-27.cc index 42c0571bb4..89fb06c846 100644 --- a/deal.II/examples/step-27/step-27.cc +++ b/deal.II/examples/step-27/step-27.cc @@ -96,6 +96,9 @@ #include +using namespace dealii; + + // @sect3{Equation data} // // First we define the classes