From c844dff5601b98a0d8c7e489fe3160e9d2c23e06 Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Tue, 2 May 2017 11:28:33 +0200 Subject: [PATCH] remove unused template argument --- include/deal.II/grid/grid_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index d1db8be1d5..c97c8c34c9 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -896,7 +896,7 @@ namespace GridTools * * @author Vishal Boddu, Denis Davydov, 2017 */ - template + template std::vector compute_ghost_cell_layer_within_distance ( const MeshType &mesh, const double layer_thickness); -- 2.39.5