From: wolf Date: Fri, 1 Jul 2005 00:12:58 +0000 (+0000) Subject: Fix stupid oversight. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc8011e889f9a9efc92ee89ff665b05595befc33;p=dealii-svn.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;