From: Matthias Maier Date: Mon, 14 Oct 2013 08:29:31 +0000 (+0000) Subject: Bugfix X-Git-Tag: v8.1.0~570^2~68 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c028dbee80cfaad22e6c8e16f843f1f8c6b21fb;p=dealii.git Bugfix git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31221 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/lac/solver_selector_00.cc b/tests/lac/solver_selector_00.cc index e68ec37f55..9f8524207b 100644 --- a/tests/lac/solver_selector_00.cc +++ b/tests/lac/solver_selector_00.cc @@ -23,8 +23,10 @@ #include #include +DEAL_II_NAMESPACE_OPEN // instantiation here template class SolverSelector<>; +DEAL_II_NAMESPACE_CLOSE int main () {