Changeset 4a8801 in git


Ignore:
Timestamp:
Dec 10, 2022, 4:20:22 PM (16 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
748bfff26b67d7d1cd78fedd0328d486c3d3534c
Parents:
e6fbd5324dc98ad4740f3075f5d7e450c070139d
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2022-12-10 16:20:22+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2022-12-10 16:23:05+01:00
Message:
fix: depth
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/homolog.lib

    re6fbd53 r4a8801  
    18081808
    18091809  ideal I=simplify(#,2);
    1810   if (size(M)==0) { return(-1); } //+infinity
    1811   if (size(reduce(M,std(I*M),5))==0) // M in I*M
    1812   { return(-1); } //+infinity
     1810  //if (size(M)==0) { return(-1); } //+infinity
     1811  //if (size(reduce(M,std(I*M),5))==0) // M in I*M
     1812  //{ return(-1); } //+infinity
    18131813  while(i<size(I))
    18141814  {
Note: See TracChangeset for help on using the changeset viewer.