Changeset f7851f in git for kernel/GBEngine/kutil.cc


Ignore:
Timestamp:
Jul 29, 2018, 9:53:10 PM (5 years ago)
Author:
Karim Abou Zeid <karim23697@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
5676fd99d0794f1da7107c0a1d9df72f9dcdf5bd
Parents:
59b7cdfb9f1543d342cc02c41ec4dc0464999b3c
Message:
Revert new tests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kutil.cc

    r59b7cd rf7851f  
    771771    return dReportError("%c[%d].poly is NULL", TN, i);
    772772
    773   if (T->p!=NULL)
    774   {
    775     nTest(pGetCoeff(T->p));
    776     if ((T->t_p==NULL)&&(pNext(T->p)!=NULL)) p_Test(pNext(T->p),currRing);
    777   }
    778   if (T->t_p!=NULL)
    779   {
    780     nTest(pGetCoeff(T->t_p));
    781     if (pNext(T->t_p)!=NULL) p_Test(pNext(T->t_p),strat_tailRing);
    782   }
    783   if ((T->p!=NULL)&&(T->t_p!=NULL)) assume(pGetCoeff(T->p)==pGetCoeff(T->t_p));
    784 
    785773  if (T->tailRing != currRing)
    786774  {
     
    881869                BOOLEAN testp, int lpos, TSet T, int tlength)
    882870{
    883   if (L->p!=NULL)
    884   {
    885     nTest(pGetCoeff(L->p));
    886     if ((L->t_p==NULL)&&(pNext(L->p)!=NULL)) p_Test(pNext(L->p),currRing);
    887   }
    888   if (L->t_p!=NULL)
    889   {
    890     nTest(pGetCoeff(L->t_p));
    891     if (pNext(L->t_p)!=NULL) p_Test(pNext(L->t_p),strat_tailRing);
    892   }
    893   if ((L->p!=NULL)&&(L->t_p!=NULL)) assume(pGetCoeff(L->p)==pGetCoeff(L->t_p));
    894871  if (testp)
    895872  {
Note: See TracChangeset for help on using the changeset viewer.