Changeset df63e69 in git for kernel/GBEngine/gr_kstd2.cc


Ignore:
Timestamp:
Jan 19, 2018, 6:25:24 PM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
e24fac2b6eb67d95276fc0e7aff904c10650c2cd
Parents:
24bc731bfbe23b437f98252035079828a0289a6f
Message:
chg: pContent/p_Content  -> p_Cleardenom, p_ContentForGB,p_SimpleContent, p2
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/gr_kstd2.cc

    r24bc73 rdf63e69  
    107107      if (TEST_OPT_INTSTRATEGY)
    108108      {
    109         if (rField_is_Zp_a(currRing)) p_Content(h->p,currRing);
    110         else h->pCleardenom();// also does a p_Content
     109        h->pCleardenom();// also removes Content
    111110      }
    112111      /*computes the ecart*/
     
    238237  if (!TEST_OPT_INTSTRATEGY)
    239238  {
    240     if (rField_is_Zp_a(currRing)) p_Content(h->p,currRing);
    241     else h->pCleardenom();// also does a pContentRat
     239    h->pCleardenom();// also does a pContentRat
    242240  }
    243241  loop
     
    275273        if (!TEST_OPT_INTSTRATEGY)
    276274        {
    277           if (rField_is_Zp_a(currRing)) p_Content(h->p,currRing);
    278           else h->pCleardenom();// also does a p_Content
     275          h->pCleardenom();// also removes Content
    279276        }
    280277
     
    477474        if (TEST_OPT_INTSTRATEGY)
    478475        {
    479           if (rField_is_Zp_a(currRing)) p_Content(h->p,currRing);
    480           else h->pCleardenom();// also does a Content
     476          h->pCleardenom();// also removes Content
    481477        }
    482478        if (strat->syzComp!=0)
     
    501497        if (TEST_OPT_INTSTRATEGY)
    502498        {
    503           if (rField_is_Zp_a(currRing)) p_Content(h->p,currRing);
    504           else h->pCleardenom();// also does a p_Content
     499          h->pCleardenom();// also removes Content
    505500        }
    506501/*
     
    577572        if (TEST_OPT_INTSTRATEGY)
    578573        {
    579           p_Content(h->p,currRing);
    580           //pCleardenom(h->p);// also does a p_Content
     574          pCleardenom(h->p);// also removes Content
    581575        }
    582576      }
     
    621615        if (TEST_OPT_INTSTRATEGY)
    622616        {
    623           if (rField_is_Zp_a(currRing)) p_Content(h->p,currRing);
    624           else h->pCleardenom();// also does a p_Content
     617          h->pCleardenom();// also removes Content
    625618        }
    626619        enterT((*h),strat);
     
    957950        if (TEST_OPT_INTSTRATEGY)
    958951        {
    959           h->pCleardenom();// also does a p_Content
     952          h->pCleardenom();// also removes Content
    960953        }
    961954        enterT((*h),strat);
Note: See TracChangeset for help on using the changeset viewer.