From: Wolfgang Bangerth Date: Tue, 19 Mar 2013 02:32:21 +0000 (+0000) Subject: One more place that needed to be made to compile. X-Git-Tag: v8.0.0~955 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ab15322055a8488f853e5849ee5df402ebee7e3;p=dealii.git One more place that needed to be made to compile. git-svn-id: https://svn.dealii.org/trunk@28938 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/integrators/divergence.h b/deal.II/include/deal.II/integrators/divergence.h index a77552456b..de6b17d668 100644 --- a/deal.II/include/deal.II/integrators/divergence.h +++ b/deal.II/include/deal.II/integrators/divergence.h @@ -273,7 +273,7 @@ namespace LocalIntegrators * @author Guido Kanschat * @date 2011 */ - template + template void u_dot_n_residual ( Vector &result, @@ -457,7 +457,7 @@ namespace LocalIntegrators } } } - + /** * The L2-norm of the divergence over the * quadrature set determined by the FEValuesBase object.