From: Timo Heister Date: Thu, 7 Aug 2014 13:31:54 +0000 (-0400) Subject: Merge pull request #65 from bangerth/fix-muparser-if X-Git-Tag: v8.2.0-rc1~217 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f32a5f2d0cb1bbdf2440ec0b2484507de374b859;p=dealii.git Merge pull request #65 from bangerth/fix-muparser-if Change the parsing of functions in muparser. muparser requires that there be no space between the name of a function and its argument list. This is incompatible to the behavior we had with fparser that allowed for spaces in this position. To allow for backward compatible behavior, this patch changes the parsing in such a way that it eats spaces after the function name for all built-in and deal.II-defined functions before passing the expression to muparser. This addresses bug #218 at https://code.google.com/p/dealii/issues/detail?id=218 . --- f32a5f2d0cb1bbdf2440ec0b2484507de374b859