]> www.ginac.de Git - ginac.git/commit
gcd_pf_mul: get rid of duplicate code.
authorAlexei Sheplyakov <varg@theor.jinr.ru>
Mon, 25 Aug 2008 12:55:13 +0000 (16:55 +0400)
committerJens Vollinga <jensv@nikhef.nl>
Wed, 27 Aug 2008 14:22:59 +0000 (16:22 +0200)
commitadb1dbd383ae6e5a999b5f8cba72a5c2bfd50c11
tree5e428c26cb9e5e558faa45b9a610df87a8402ad2
parentc77689e7ac8d8f4dbca0f337b6e9acf2419010ff
gcd_pf_mul: 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