From: Christian Bauer Date: Thu, 25 Mar 2004 17:37:44 +0000 (+0000) Subject: no need to initialize symtree in initialize(), the ex default ctor works fine X-Git-Tag: release_1-3-0~96 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=0e474355d56a912573dc29bcaee4a1180171b066;ds=inline no need to initialize symtree in initialize(), the ex default ctor works fine --- diff --git a/ginac/function.pl b/ginac/function.pl index 6b25c70d..312640fe 100755 --- a/ginac/function.pl +++ b/ginac/function.pl @@ -557,7 +557,6 @@ void function_options::initialize() print_use_exvector_args = false; use_remember = false; functions_with_same_name = 1; - symtree = 0; } function_options & function_options::set_name(std::string const & n,