Changeset 308898e in git for kernel


Ignore:
Timestamp:
Aug 11, 2010, 2:52:35 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
2b54f43e6b52ccab95555a2186fc52ef7a2afc22
Parents:
425d5a073e2de638c9b86bd0de3568162981f92b
Message:
code cleanup

git-svn-id: file:///usr/local/Singular/svn/trunk@13101 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/clapsing.cc

    r425d5a0 r308898e  
    4949  if (rField_is_Q(r) || (rField_is_Zp(r)))
    5050  {
    51     CanonicalForm newGCD(const CanonicalForm & A, const CanonicalForm & B);
    5251    setCharacteristic( n_GetChar(r) );
    5352    CanonicalForm F( convSingPFactoryP( f,r ) ), G( convSingPFactoryP( g, r ) );
    54     //if (nGetChar() > 1 )
    55     //{
    56     //  res=convFactoryPSingP( newGCD( F,G ));
    57     //  if (!nGreaterZero(pGetCoeff(res))) res=pNeg(res);
    58     //}
    59     //else
    60       res=convFactoryPSingP( gcd( F, G ) , r);
     53    res=convFactoryPSingP( gcd( F, G ) , r);
    6154  }
    6255  // and over Q(a) / Fp(a)
Note: See TracChangeset for help on using the changeset viewer.