Changeset 9821ca in git


Ignore:
Timestamp:
Jan 4, 2010, 10:49:47 AM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
b082fc7cb97483beeb73b16829cc2cac851c24f1
Parents:
2b3caae5e93f036d36ceeb553934d1dcb89b3c60
Message:
*gmg: codim checks for SB

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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/sing.lib

    r2b3caae r9821ca  
    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";}
    810812   intvec iv1, iv2, iv;
    811813   int i, d1, d2, dd, i1, i2, ia, ie;
Note: See TracChangeset for help on using the changeset viewer.