Changeset 389c6d in git


Ignore:
Timestamp:
Dec 17, 2013, 4:28:18 PM (9 years ago)
Author:
Janko Boehm <boehm@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
11d5e76bcdc92b3dbe9f408e58a599d4ef8e42a6
Parents:
141671bfa5615e95935e19fd940dd75a3b4bc7a1
Message:
Fixed a bug in divisors.lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/divisors.lib

    r141671b r389c6d  
    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.