Changeset b082fc in git
- Timestamp:
- Jan 4, 2010, 3:04:16 PM (13 years ago)
- Branches:
- (u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
- Children:
- 2e063002d49f2f04e8ed467e2a35e4c55e40ba37
- Parents:
- 9821ca7eb7f00bcded47abfce2ebbf6fee5c0e6d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/sing.lib
r9821ca rb082fc 808 808 " 809 809 { 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";} 812 812 intvec iv1, iv2, iv; 813 813 int i, d1, d2, dd, i1, i2, ia, ie;
Note: See TracChangeset
for help on using the changeset viewer.