From: Bruno Turcksin Date: Wed, 27 Jul 2016 20:32:14 +0000 (-0400) Subject: Fix a typo in the documentation FunctionParser. X-Git-Tag: v8.5.0-rc1~834^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc4dcd4e76845d0d4699ce731923b15ef4e6bd7d;p=dealii.git Fix a typo in the documentation FunctionParser. --- 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";