From 127822aee95abcc5c3ee1c71d11cbb2b69abdf96 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 8 Sep 2012 12:16:58 +0000 Subject: [PATCH] Remove some commented out code that is apparently no longer necessary. git-svn-id: https://svn.dealii.org/trunk@26258 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/grid/tria.cc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/deal.II/source/grid/tria.cc b/deal.II/source/grid/tria.cc index adef525f7f..3743949c8d 100644 --- a/deal.II/source/grid/tria.cc +++ b/deal.II/source/grid/tria.cc @@ -14727,13 +14727,5 @@ Triangulation::remove_refinement_listener (RefinementListener &li // explicit instantiations #include "tria.inst" -// this is a hack: we need to instantiate this one function because -// TriaAccessor<1,1,3> uses it. We could instead instantiate -// Triangulation<1,3>, but that requires a lot more specializations of -// functions that currently only exist for <1,1> and <1,2> -// template -// const Boundary<1,3> & -// Triangulation<1,3>::get_boundary (const types::boundary_id number) const; - DEAL_II_NAMESPACE_CLOSE -- 2.39.5