Ignore:
Timestamp:
Aug 12, 2011, 4:19:06 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6637ee55dc87d61e2d841f88a872b6f3e2d2e402
Parents:
7fccc79116395e52484b519fc379d165d8cf6bc2
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-12 16:19:06+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:21:28+01:00
Message:
CHG: cleaning up Frank's code for alg./trans. extensions + hiding private details
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/p_polys.cc

    r7fccc79 r1f414c8  
    20642064      p=ph;
    20652065      Werror("longalg missing 1");
    2066       #if 0
     2066#if 0
    20672067      while (p!=NULL)
    20682068      { // each monom: coeff in Q_a
     
    21282128      }
    21292129      nlDelete(&h,r->extRing->cf);
    2130       #endif
     2130#endif
    21312131    }
    21322132  }
     
    34043404      qq=p_One(dst);
    34053405      WerrorS("longalg missing 2");
    3406       #if 0
     3406#if 0
    34073407      aq=naPermNumber(pGetCoeff(p),par_perm,OldPar, oldRing);
    34083408      if ((!rMinpolyIsNULL(dst))
    34093409      && ((rField_is_Zp_a(dst)) || (rField_is_Q_a(dst))))
    34103410      {
    3411         p_Normalize(aq,dst);
     3411        p_Normalize(aq,dst);
    34123412        if (aq==NULL)
    3413           p_SetCoeff(qq,n_Init(0,dst->cf),dst);
     3413          p_SetCoeff(qq,n_Init(0,dst->cf),dst);
    34143414      }
    34153415      p_Test(aq,dst);
    3416       #endif
     3416#endif
    34173417    }
    34183418    if (rRing_has_Comp(dst)) p_SetComp(qq, p_GetComp(p,oldRing),dst);
     
    34503450            {
    34513451              WerrorS("longalg missing 3");
    3452               #if 0
     3452#if 0
    34533453              lnumber c=(lnumber)pGetCoeff(qq);
    34543454              if (c->z->next==NULL)
     
    34643464              }
    34653465              mapped_to_par=1;
    3466               #endif
     3466#endif
    34673467            }
    34683468          }
Note: See TracChangeset for help on using the changeset viewer.