From fc4dcd4e76845d0d4699ce731923b15ef4e6bd7d Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Wed, 27 Jul 2016 16:32:14 -0400 Subject: [PATCH] Fix a typo in the documentation FunctionParser. --- 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 a271c0a256..8be5ad5bd0 100644 --- a/include/deal.II/base/function_parser.h +++ b/include/deal.II/base/function_parser.h @@ -130,7 +130,7 @@ template class Vector; * An example of time dependent scalar function is the following: * @code * // Empty constants object - * std::map constants; + * std::map constants; * * // Variables that will be used inside the expressions * std::string variables = "x,y,t"; -- 2.39.5