Changeset 959263 in git for kernel/polys.cc


Ignore:
Timestamp:
Jul 6, 2010, 1:56:10 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
83bde7677e30b29c0175c6ded6bfb22ed67a40ec
Parents:
92080408874be46b8fb117a4d03d6a4bc4f8d921
Message:
removed pIncrComp,pDecrComp

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

Legend:

Unmodified
Added
Removed
  • kernel/polys.cc

    r920804 r959263  
    494494  if (pGetComp(q) > k)
    495495  {
    496     pDecrComp(q);
     496    pSubComp(q,1);
    497497    if (use_setmcomp) pSetmComp(q);
    498498  }
     
    522522      if (pGetComp(q) > k)
    523523      {
    524         pDecrComp(q);
     524        pSubComp(q,1);
    525525        if (use_setmcomp) pSetmComp(q);
    526526      }
     
    696696  if (pGetComp(q)>k)
    697697  {
    698     pDecrComp(q);
     698    pSubComp(q,1);
    699699    pSetmComp(q);
    700700  }
     
    708708      if (pGetComp(q)>k)
    709709      {
    710         pDecrComp(q);
     710        pSubComp(q,1);
    711711        pSetmComp(q);
    712712      }
Note: See TracChangeset for help on using the changeset viewer.