Changeset ca1650 in git


Ignore:
Timestamp:
Apr 9, 2014, 6:33:21 PM (10 years ago)
Author:
Jakob Kröker <kroeker@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
0a72899fe67e06014b2bfccdb53dbe58868072c8
Parents:
feb3c9b8f55471f8843f47d6723033e1732bcdd4
git-author:
Jakob Kröker <kroeker@math.uni-hannover.de>2014-04-09 18:33:21+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-04-28 18:17:03+02:00
Message:
fix  bug 597
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/primdec.lib

    rfeb3c9 rca1650  
    38593859      "WARNING: The characteristic is too small, the result may be wrong";
    38603860   }
     3861   if ( size(i)==0 ) { return(ideal(0)); }
     3862
    38613863   ideal J,I,I0,radI0,L,radI1,I2,radI2;
    38623864   int l,n;
     
    38683870        I=m[2];
    38693871   option(set,op);
     3872
     3873   if ( dim(m[1])<0 ) { return(ideal(1)); }
    38703874
    38713875   int cod=nvars(basering)-dim(m[1]);
Note: See TracChangeset for help on using the changeset viewer.