From: Matthias Maier Date: Thu, 5 Dec 2013 00:34:40 +0000 (+0000) Subject: Bugfix: Fix typo introduced in 31887 X-Git-Tag: v8.1.0~91 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4da902f54be7cdfe29347730d0c34350580750d5;p=dealii.git Bugfix: Fix typo introduced in 31887 git-svn-id: https://svn.dealii.org/trunk@31891 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/parsed_function.h b/deal.II/include/deal.II/base/parsed_function.h index 90a3202b50..613f6c5b8e 100644 --- a/deal.II/include/deal.II/base/parsed_function.h +++ b/deal.II/include/deal.II/base/parsed_function.h @@ -259,7 +259,7 @@ namespace Functions * The object with which we do * computations. */ - FunctionParse function_object; + FunctionParser function_object; }; }