]> www.ginac.de Git - ginac.git/commit - ginac/normal.cpp
gcd_pf_pow: get rid of duplicate code.
authorAlexei Sheplyakov <varg@theor.jinr.ru>
Mon, 25 Aug 2008 12:57:02 +0000 (16:57 +0400)
committerJens Vollinga <jensv@nikhef.nl>
Wed, 27 Aug 2008 14:22:59 +0000 (16:22 +0200)
commit6ff92476a4dcd32f9a0c6f59c95c74812ea86fef
treedc0f2eac063af1be3402308c03c95628fa5c40e6
parent55e50ea26252dff7432bdce8b010f9fbd058e907
gcd_pf_pow: get rid of duplicate code.

This function (which helps gcd() handle partially factored expressions)
contained two copies of the same code. Remove one redundant copy.
ginac/normal.cpp