Changeset e1cda9 in git


Ignore:
Timestamp:
Dec 6, 2013, 3:20:36 PM (10 years ago)
Author:
Jakob Kroeker <kroeker@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
9ebd828b616348d64a4845b5db8872632af0fc5b
Parents:
54e01d660f6a2e9fa9ffd4f0b6e0d7ed9b5e68d9
Message:
fix for bug 532
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/normal.lib

    r54e01d re1cda9  
    24352435   if(size(#)!=0)
    24362436   {                              //uses the normalization to compute delta
    2437       list nor=normal(I);
     2437      list nor=normal(I,"withDelta");
    24382438      delt=nor[size(nor)][2];
    24392439      genus=genus-delt-deltainf;
     
    40194019static proc computeRing(ideal J, ideal I, list #)
    40204020{
    4021   int i, ii,jj;
     4021  int i, ii, jj;
    40224022  intvec V;                          // to be used for variable weights
    4023   int y = printlevel-voice+2;
     4023  def y = printlevel-voice+2;
    40244024  def R = basering;
    40254025  poly c = J[1];                     // the denominator
  • Tst/Short.lst

    r54e01d re1cda9  
    5454Short/bug_54.tst
    5555Short/bug_55.tst
     56Short/bug_532_s.tst
    5657Short/bug_5.tst
    5758Short/bug_6.tst
Note: See TracChangeset for help on using the changeset viewer.