From 60e966df4cbc0d73540fa5fbbef76d1d0bfa06bf Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 25 Jul 2013 11:07:04 +0000 Subject: [PATCH] Remove instantiation of a non-public function. This shouldn't be necessary since the function is now in an anonymous namespace and is not exported anyway. git-svn-id: https://svn.dealii.org/trunk@30155 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/grid/grid_generator.inst.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deal.II/source/grid/grid_generator.inst.in b/deal.II/source/grid/grid_generator.inst.in index 39a7641c44..d3d46265b7 100644 --- a/deal.II/source/grid/grid_generator.inst.in +++ b/deal.II/source/grid/grid_generator.inst.in @@ -26,10 +26,6 @@ namespace GridGenerator const Point&, const Point&, const bool); - template void - colorize_hyper_rectangle ( - Triangulation &); - template void hyper_cube ( Triangulation &, const double, const double); -- 2.39.5