X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginsh%2Fginsh_parser.ypp;h=e224fda93cafb5a240b298673799678f04ba6d15;hp=c76616d0b9026c8e38c84607966601c02de35166;hb=7550e991907e1bd8dad50bfdb5af2ff2f312af8f;hpb=69815a366be5ca81185386d94268d7e7dcce94e3 diff --git a/ginsh/ginsh_parser.ypp b/ginsh/ginsh_parser.ypp index c76616d0..e224fda9 100644 --- a/ginsh/ginsh_parser.ypp +++ b/ginsh/ginsh_parser.ypp @@ -442,7 +442,7 @@ static ex f_integer_content(const exprseq &e) static ex f_integral(const exprseq &e) { CHECK_ARG(0, symbol, integral); - return integral(e[0], e[1], e[2], e[3]); + return GiNaC::integral(e[0], e[1], e[2], e[3]); } static ex f_inverse(const exprseq &e)