git://www.ginac.de
/
ginac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ed3e442
)
no need to initialize symtree in initialize(), the ex default ctor works fine
author
Christian Bauer
<Christian.Bauer@uni-mainz.de>
Thu, 25 Mar 2004 17:37:44 +0000
(17:37 +0000)
committer
Christian Bauer
<Christian.Bauer@uni-mainz.de>
Thu, 25 Mar 2004 17:37:44 +0000
(17:37 +0000)
ginac/function.pl
patch
|
blob
|
history
diff --git
a/ginac/function.pl
b/ginac/function.pl
index 6b25c70df7203cba947af9518ff7019079f4136c..312640fe7c31d8b89b95fb47bb763148273acc8e 100755
(executable)
--- 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;
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,
}
function_options & function_options::set_name(std::string const & n,