Changeset df63e69 in git for kernel/GBEngine/janet.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/janet.cc

    r24bc73 rdf63e69  
    113113  x->root=ksOldSpolyRed(y->root,x->root,NULL);
    114114#endif
    115 //  if (x->root) pSimpleContent(x->root,5);
     115//  if (x->root) p_SimpleContent(x->root,5,currRing);
    116116
    117117  return 1;
     
    169169        )
    170170        {
    171            //pSimpleContent(pp,2);
    172            p_Content(pp,currRing);
     171           p_SimpleContent(pp,1,currRing);
     172           //p_Content(pp,currRing);
    173173           count=0;
    174174         //  old_size=nSize(pGetCoeff(pp));
     
    181181   }
    182182
    183   if (done) p_Content(p->root,currRing);
    184   //if (done) pSimpleContent(p->root,-1);
     183  if (done) p_ContentForGB(p->root,currRing);
     184  //if (done) p_SimpleContent(p->root,-1,currRing);
    185185  pTest(p->root);
    186186}
     
    259259      && (nSize(pGetCoeff(p->root))>old_size))
    260260      {
    261         pSimpleContent(p->root,old_size);
     261        p_SimpleContent(p->root,old_size,currRing);
    262262        count=0;
    263263      }
     
    292292  p->changed=1;
    293293
    294   p_Content(p->root,currRing);
    295   //pSimpleContent(p->root,-1);
     294  p_ContentForGB(p->root,currRing);
     295  //p_SimpleContent(p->root,-1i,currRing);
    296296  pTest(p->root);
    297297}
Note: See TracChangeset for help on using the changeset viewer.