Changeset b082fc in git


Ignore:
Timestamp:
Jan 4, 2010, 3:04:16 PM (13 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
Children:
2e063002d49f2f04e8ed467e2a35e4c55e40ba37
Parents:
9821ca7eb7f00bcded47abfce2ebbf6fee5c0e6d
Message:
*hannes: codim

git-svn-id: file:///usr/local/Singular/svn/trunk@12394 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/sing.lib

    r9821ca rb082fc  
    808808"
    809809{
    810    if (typeof(attrib(id1,"isSB"))!="int") { "first argument of codim is not a SB";}
    811    if (typeof(attrib(id2,"isSB"))!="int") { "second argument of codim is not a SB";}
     810   if (attrib(id1,"isSB")!=1) { "first argument of codim is not a SB";}
     811   if (attrib(id2,"isSB")!=1) { "second argument of codim is not a SB";}
    812812   intvec iv1, iv2, iv;
    813813   int i, d1, d2, dd, i1, i2, ia, ie;
Note: See TracChangeset for help on using the changeset viewer.