From: Wolfgang Bangerth Date: Fri, 1 Jul 2005 00:12:58 +0000 (+0000) Subject: Fix stupid oversight. X-Git-Tag: v8.0.0~13527 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf725ba2a85540446f46d8aec40d82a58576efa7;p=dealii.git Fix stupid oversight. git-svn-id: https://svn.dealii.org/trunk@11029 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/function_parser.h b/deal.II/base/include/base/function_parser.h index 8bb5f9e4c9..6f153a3bf1 100644 --- a/deal.II/base/include/base/function_parser.h +++ b/deal.II/base/include/base/function_parser.h @@ -37,7 +37,7 @@ namespace fparser template class Point; template class Tensor; -template class Tensor<1,dim>; +template class Tensor<1,dim>; template class Vector;