From: Denis Davydov Date: Tue, 2 May 2017 09:28:33 +0000 (+0200) Subject: remove unused template argument X-Git-Tag: v9.0.0-rc1~1629^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c844dff5601b98a0d8c7e489fe3160e9d2c23e06;p=dealii.git remove unused template argument --- 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);