From e1f63f38b382d1bc468859d5c44c820936cea62c Mon Sep 17 00:00:00 2001 From: heister Date: Mon, 13 Aug 2012 13:14:40 +0000 Subject: [PATCH] remove dublicate definition git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_3@25928 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/types.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/deal.II/include/deal.II/base/types.h b/deal.II/include/deal.II/base/types.h index dcb2595182..80997dd2c1 100644 --- a/deal.II/include/deal.II/base/types.h +++ b/deal.II/include/deal.II/base/types.h @@ -116,11 +116,6 @@ namespace types */ const global_dof_index invalid_dof_index = static_cast(-1); - /** - * An invalid value for indices of degrees - * of freedom. - */ - const global_dof_index invalid_dof_index = static_cast(-1); /** * The type used to denote boundary indicators associated with every -- 2.39.5