Changeset a0d9be in git for kernel/gr_kstd2.cc


Ignore:
Timestamp:
Jun 10, 2010, 2:54:59 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
6e0750067834212a8910aad022e669ca646b5786
Parents:
407ff05c12f210a6f1d860dac19e7850c61d38ea
Message:
pCleardenom -> p_Cleardenom,
pCleardenom_n -> p_Cleardenom_n,
pContent -> p_Content



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

Legend:

Unmodified
Added
Removed
  • kernel/gr_kstd2.cc

    r407ff05 ra0d9be  
    102102      if (TEST_OPT_INTSTRATEGY)
    103103      {
    104         if (rField_is_Zp_a()) pContent(h->p);
    105         else h->pCleardenom();// also does a pContent
     104        if (rField_is_Zp_a()) p_Content(h->p,currRing);
     105        else h->pCleardenom();// also does a p_Content
    106106      }
    107107      /*computes the ecart*/
     
    232232  if (!TEST_OPT_INTSTRATEGY)
    233233  {
    234     if (rField_is_Zp_a()) pContent(h->p);
     234    if (rField_is_Zp_a()) p_Content(h->p,currRing);
    235235    else h->pCleardenom();// also does a pContentRat
    236236  }
     
    269269        if (!TEST_OPT_INTSTRATEGY)
    270270        {
    271           if (rField_is_Zp_a()) pContent(h->p);
    272           else h->pCleardenom();// also does a pContent
     271          if (rField_is_Zp_a()) p_Content(h->p,currRing);
     272          else h->pCleardenom();// also does a p_Content
    273273        }
    274274
     
    468468        if (TEST_OPT_INTSTRATEGY)
    469469        {
    470           if (rField_is_Zp_a()) pContent(h->p);
     470          if (rField_is_Zp_a()) p_Content(h->p,currRing);
    471471          else h->pCleardenom();// also does a pContent
    472472        }
     
    492492        if (TEST_OPT_INTSTRATEGY)
    493493        {
    494           if (rField_is_Zp_a()) pContent(h->p);
    495           else h->pCleardenom();// also does a pContent
     494          if (rField_is_Zp_a()) p_Content(h->p,currRing);
     495          else h->pCleardenom();// also does a p_Content
    496496        }
    497497/*
     
    553553//        {
    554554//          if (TEST_OPT_DEBUG) PrintS(" > syzComp\n");
    555 //          if (TEST_OPT_INTSTRATEGY) pContent(h->p);
     555//          if (TEST_OPT_INTSTRATEGY) p_Content(h->p,currRing);
    556556//          enterTBba((*h),strat->tl+1,strat);
    557557//          return;
     
    568568        if (TEST_OPT_INTSTRATEGY)
    569569        {
    570           pContent(h->p);
    571           //pCleardenom(h->p);// also does a pContent
     570          p_Content(h->p,currRing);
     571          //pCleardenom(h->p);// also does a p_Content
    572572        }
    573573      }
     
    612612        if (TEST_OPT_INTSTRATEGY)
    613613        {
    614           if (rField_is_Zp_a()) pContent(h->p);
    615           else h->pCleardenom();// also does a pContent
     614          if (rField_is_Zp_a()) p_Content(h->p,currRing);
     615          else h->pCleardenom();// also does a p_Content
    616616        }
    617617        enterT((*h),strat);
     
    729729      if (TEST_OPT_INTSTRATEGY)
    730730      {
    731         //pContent(h->p);
    732         h->pCleardenom();// also does a pContent
     731        h->pCleardenom();// also does a p_Content
    733732      }
    734733      /* compute the ecart */
     
    743742//          if (TEST_OPT_DEBUG)
    744743//            PrintS("  >syzComp\n");
    745 //          if (TEST_OPT_INTSTRATEGY) pContent(h->p);
     744//          if (TEST_OPT_INTSTRATEGY) p_Content(h->p,currRing);
    746745//          at=strat->posInT(strat->T,strat->tl,(*h));
    747746//          enterTBba((*h),at,strat);
     
    795794        if (TEST_OPT_INTSTRATEGY)
    796795        {
    797           //pContent(h->p);
    798           h->pCleardenom();// also does a pContent
     796          h->pCleardenom();// also does a p_Content
    799797        }
    800798        enterT((*h),strat);
     
    913911//          if (TEST_OPT_DEBUG)
    914912//            PrintS(" >syzComp\n");
    915 //          if (TEST_OPT_INTSTRATEGY) pContent(h->p);
     913//          if (TEST_OPT_INTSTRATEGY) p_Content(h->p,currRing);
    916914//          at=strat->posInT(strat->T,strat->tl,(*h));
    917915//          enterTBba((*h),at,strat);
     
    950948        if (TEST_OPT_INTSTRATEGY)
    951949        {
    952           //pContent(h->p);
    953           h->pCleardenom();// also does a pContent
     950          h->pCleardenom();// also does a p_Content
    954951        }
    955952        enterT((*h),strat);
     
    12181215            }
    12191216
    1220             strat->P.p=pCleardenom(strat->P.p);
     1217            strat->P.p=p_Cleardenom(strat->P.p, currRing);
    12211218          }
    12221219          else
Note: See TracChangeset for help on using the changeset viewer.