From: kbzowski Date: Tue, 25 Oct 2016 11:51:20 +0000 (+0200) Subject: Fixed typo in FunctionParser examples. X-Git-Tag: v8.5.0-rc1~546^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0822d6215ffb0bcc793d4712ecf7c66579225bac;p=dealii.git Fixed typo in FunctionParser examples. --- diff --git a/include/deal.II/base/function_parser.h b/include/deal.II/base/function_parser.h index 8be5ad5bd0..a2be814e72 100644 --- a/include/deal.II/base/function_parser.h +++ b/include/deal.II/base/function_parser.h @@ -155,7 +155,7 @@ template class Vector; * function by using a single string: * @code * // Empty constants object - * std::map constants; + * std::map constants; * * // Variables that will be used inside the expressions * std::string variables = "x,y";