From 88184b7a97c891e485fa6090926ad621d5bc68b7 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 2 Feb 2014 20:53:38 +0000 Subject: [PATCH] Complete specify namespace for a symbol to help MS VC++. git-svn-id: https://svn.dealii.org/trunk@32377 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/constraint_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/lac/constraint_matrix.h b/deal.II/include/deal.II/lac/constraint_matrix.h index 3219015fa1..75b91077b7 100644 --- a/deal.II/include/deal.II/lac/constraint_matrix.h +++ b/deal.II/include/deal.II/lac/constraint_matrix.h @@ -1717,7 +1717,7 @@ distribute_local_to_global (const FullMatrix &local_matrix, Vector dummy(0); distribute_local_to_global (local_matrix, dummy, local_dof_indices, global_matrix, dummy, false, - internal::bool2type::value>()); + dealii::internal::bool2type::value>()); } -- 2.39.5