From 0822d6215ffb0bcc793d4712ecf7c66579225bac Mon Sep 17 00:00:00 2001 From: kbzowski Date: Tue, 25 Oct 2016 13:51:20 +0200 Subject: [PATCH] Fixed typo in FunctionParser examples. --- include/deal.II/base/function_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.39.5