Changeset c445c9 in git


Ignore:
Timestamp:
Sep 30, 2016, 10:28:36 AM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
e784f6de81cbee4d6c37a308d17ba499a2ba68e9
Parents:
9c9e77c7d9b3f23f372c0c6be97c75840a14dff8
Message:
fix: wrong refenerence (to static routines) in curveInv.lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/curveInv.lib

    r9c9e77c rc445c9  
    111111            of the minimal primes
    112112KEYWORDS:   minimal primes; normalization
    113 SEE ALSO:   conductorIdealIntersect"
    114 {
     113"
     114{
     115//SEE ALSO:   conductorIdealIntersect
    115116
    116117        // Variables of basering as product
     
    333334            apply curveColengthDerivations(I,L)
    334335KEYWORDS:   deligne number; invariants; colength of derivations
    335 SEE ALSO:   curveColengthDerivationsComp, curve Ddim
     336SEE ALSO:   curveColengthDerivationsComp
    336337EXAMPLE:    example curveColengthDerivations; shows an example"
    337338{
     
    481482            the total colength of derivations
    482483KEYWORDS:   derivations; extend derivations
    483 SEE ALSO:   curveColengthDerivationsComp"
    484 {
     484"
     485{
     486//SEE ALSO:   curveColengthDerivationsComp
    485487
    486488    int k = size(Der_P);
Note: See TracChangeset for help on using the changeset viewer.