From: bangerth Date: Thu, 25 Jul 2013 11:07:04 +0000 (+0000) Subject: Remove instantiation of a non-public function. This shouldn't be necessary since... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60e966df4cbc0d73540fa5fbbef76d1d0bfa06bf;p=dealii-svn.git 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 --- 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);