From: Wolfgang Bangerth Date: Fri, 23 Jan 2009 19:33:24 +0000 (+0000) Subject: Remove apparent leftover from times when I was trying out things with boost.graph. X-Git-Tag: v8.0.0~8079 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6865fcc09de8dc4b40f105e777663464c29e792c;p=dealii.git Remove apparent leftover from times when I was trying out things with boost.graph. git-svn-id: https://svn.dealii.org/trunk@18283 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/dofs/dof_renumbering.cc b/deal.II/deal.II/source/dofs/dof_renumbering.cc index e63c40ccad..dce10f28d2 100644 --- a/deal.II/deal.II/source/dofs/dof_renumbering.cc +++ b/deal.II/deal.II/source/dofs/dof_renumbering.cc @@ -2,7 +2,7 @@ // $id$ // Version: $name$ // -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -155,8 +155,6 @@ namespace DoFRenumbering using namespace ::boost; using namespace std; - typedef vecS x; - typedef adjacency_list > > Graph;