Changeset 92550d in git for factory/cf_gcd.cc


Ignore:
Timestamp:
May 20, 2014, 5:18:40 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
a770fe2fceb17640c0d38e02178754f465f6ef5b
Parents:
984ff3b24d0cfc0f0c40172a5ef29ced17fd6741
Message:
fix: handle empty char. series in primdec.lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_gcd.cc

    r984ff3 r92550d  
    958958content ( const CanonicalForm & f, const Variable & x )
    959959{
     960    if (f.inBaseDomain()) return f;
    960961    ASSERT( x.level() > 0, "cannot calculate content with respect to algebraic variable" );
    961962    Variable y = f.mvar();
Note: See TracChangeset for help on using the changeset viewer.