From 9424e3e2735dc3a01d6a7fb21b936bb0341210cb Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 15 Jan 2014 16:44:10 +0000 Subject: [PATCH] Fully qualify a name to make MS VC++ happy. git-svn-id: https://svn.dealii.org/trunk@32219 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/constraint_matrix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/lac/constraint_matrix.h b/deal.II/include/deal.II/lac/constraint_matrix.h index d46d327d6b..3219015fa1 100644 --- a/deal.II/include/deal.II/lac/constraint_matrix.h +++ b/deal.II/include/deal.II/lac/constraint_matrix.h @@ -1,7 +1,7 @@ // --------------------------------------------------------------------- // $Id$ // -// Copyright (C) 1998 - 2013 by the deal.II authors +// Copyright (C) 1998 - 2014 by the deal.II authors // // This file is part of the deal.II library. // @@ -1737,7 +1737,7 @@ distribute_local_to_global (const FullMatrix &local_matrix, // the actual implementation follows in the cm.templates.h file. distribute_local_to_global (local_matrix, local_vector, local_dof_indices, global_matrix, global_vector, use_inhomogeneities_for_rhs, - internal::bool2type::value>()); + dealii::internal::bool2type::value>()); } -- 2.39.5