]> www.ginac.de Git - ginac.git/commit
Refactor module static helper functions to helper class.
authorRichard Kreckel <kreckel@ginac.de>
Thu, 7 Mar 2019 19:57:50 +0000 (20:57 +0100)
committerRichard Kreckel <kreckel@ginac.de>
Thu, 7 Mar 2019 19:57:50 +0000 (20:57 +0100)
commit9431fba22d0523bba51a0fc3e488627594af0884
tree1d352b23569c77f55d3fde4b138bd5a0b6de57e0
parent8643e3cba4f229faba5d1aeb9a7b31ba609f81fb
Refactor module static helper functions to helper class.

Functions symbolset and insert_symbols in inifcns.cpp are better written
as a class, to improve readability.
ginac/inifcns.cpp