Ignore:
Timestamp:
Apr 8, 2011, 5:59:39 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
78e3fdabbdf1f97f1b730a254c9e1b353a774881
Parents:
9959c4523c38de5512e2a1bcc348be2677981317
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-04-08 17:59:39+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:04:22+01:00
Message:
Adding/Fixing currRing for non-commutative stuff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/OBSOLETE_pInitContent.cc

    r9959c45 r32d07a5  
    5656    {
    5757      nNormalize(pGetCoeff(p));
    58       d=nGcd(h,pGetCoeff(p),r);
     58      d=n_Gcd(h,pGetCoeff(p),r);
    5959      nDelete(&h);
    6060      h = d;
     
    376376//    while (p!=NULL)
    377377//    {
    378 //      d=nGcd(h,pGetCoeff(p));
     378//      d=n_Gcd(h,pGetCoeff(p));
    379379//      nDelete(&h);
    380380//      h = d;
Note: See TracChangeset for help on using the changeset viewer.