From: maier Date: Mon, 14 Oct 2013 08:29:31 +0000 (+0000) Subject: Bugfix X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a91dd648ca0a8da089dd3f88a2924817bf62fa3;p=dealii-svn.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 () {