Changeset 11d5e76 in git


Ignore:
Timestamp:
Dec 17, 2013, 5:27:32 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
11096e3585678a7b5d38e88e141494e0e5dc6216
Parents:
141671bfa5615e95935e19fd940dd75a3b4bc7a1389c6d343f5d1dbcb286ebedab2a2b0adab0d681
Message:
Merge pull request #451 from jankoboehm/spielwiese

Fixed a bug in divisors.lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/divisors.lib

    r141671b r11d5e76  
    335335ASSUME:  A is a divisor on X.
    336336RETURN:  a list with a basis of the space of global sections of D.
    337 THEORY:  We assume that the qring of X satisfies the S2-condition. We compute sat((f*J) : I) /f
     337THEORY:  We assume that the qring of X satisfies the S2-condition and that X is smooth. We compute sat((f*J) : I) /f
    338338         where D = (I)-(J).
    339339KEYWORDS: divisors
     
    370370"
    371371{
    372   return( deg(std(A.num))-deg(std(A.den)));
     372  return( mult(std(A.num))-mult(std(A.den)));
    373373}
    374374example
Note: See TracChangeset for help on using the changeset viewer.