Changeset f57305 in git


Ignore:
Timestamp:
Apr 4, 2019, 11:29:49 AM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
Children:
341943a4fa8f80ec9516fd6e7f02d9a5aee90f47
Parents:
56ffd981992fd934df3847d95789268d842efbcc
Message:
syz: handles/sets module weights
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

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

    r56ffd98 rf57305  
    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    }
    804812    idTest(s_h3);
    805813    return s_h3;
Note: See TracChangeset for help on using the changeset viewer.