Changeset 341943 in git


Ignore:
Timestamp:
Apr 5, 2019, 11:05:50 AM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
Children:
6b29f27d00172371b96eb5f545db8d0a6fe74d75
Parents:
f573055591b5819fc2d6a5795ca9b931a998ad1d
Message:
Revert "syz: handles/sets module weights"

This reverts commit f573055591b5819fc2d6a5795ca9b931a998ad1d.
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    rf57305 r341943  
    50685068  return FALSE;
    50695069}
    5070 #if 0
     5070#if 1
    50715071static BOOLEAN jjSYZYGY(leftv res, leftv v)
    50725072{
     
    51025102  if (w!=NULL)
    51035103  {
    5104     (*w)+=add_row_shift;
    51055104    atSet(res,omStrDup("isHomog"),w,INTVEC_CMD);
    51065105  }
  • kernel/ideals.cc

    rf57305 r341943  
    802802    }
    803803    #endif
    804     if (*w!=NULL)
    805     {
    806       int vl=(*w)->length()-k;
    807       intvec *v=new intvec(vl);
    808       for(int i=0;i<vl;i++) (*v)[i]=(**w)[i+k];
    809       delete *w;
    810       *w=v;
    811     }
    812804    idTest(s_h3);
    813805    return s_h3;
Note: See TracChangeset for help on using the changeset viewer.