From: Timo Heister Date: Mon, 3 Feb 2014 16:25:32 +0000 (+0000) Subject: fix example code that trips up doxygen X-Git-Tag: v8.2.0-rc1~894 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=661a6002fe4fdbc399c94ca7b6530a483283d69b;p=dealii.git fix example code that trips up doxygen git-svn-id: https://svn.dealii.org/trunk@32393 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/function_parser.h b/deal.II/include/deal.II/base/function_parser.h index 7f1429eae4..eab0bbea85 100644 --- a/deal.II/include/deal.II/base/function_parser.h +++ b/deal.II/include/deal.II/base/function_parser.h @@ -94,7 +94,7 @@ template class Vector; // Define the expressions of the individual components of a // vector valued function with two components: std::vector expressions(1); - expressions[0] = "x cm + y m + PI cm; + expressions[0] = "x cm + y m + PI cm"; // Generate an empty function for these two components. FunctionParser<2> vector_function;