Changeset e4d8ac in git


Ignore:
Timestamp:
Oct 6, 2017, 2:14:51 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
52ec7612d56dec62efa156d5b155c88135d06333
Parents:
4c983586c6dd37a481b4379d833cc3fbbe747400
Message:
fix: staic for library classifyMapGerms.lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/classifyMapGerms.lib

    r4c9835 re4d8ac  
    181181}
    182182///////////////////////////////////////////////////////////////////////////////
    183 proc vStd_size1(module M, module N, ideal I, int bound)
     183static proc vStd_size1(module M, module N, ideal I, int bound)
    184184"USAGE:    vStd(M, N, I, bound);M is a submodule generated by one element in A^r over the
    185185           basering=:A, N ist a submodule in R^r over the subring R of the basering
     
    12231223}
    12241224///////////////////////////////////////////////////////////////////////////////
    1225 proc modulus(poly g)
     1225static proc modulus(poly g)
    12261226// g=xy+y6+h.o.t. or xy2+y6+h.o.t.
    12271227{
     
    12821282}
    12831283///////////////////////////////////////////////////////////////////////////////
    1284 proc doubleFoldNumber(poly g)
     1284static proc doubleFoldNumber(poly g)
    12851285"USAGE:   doubleFoldNumber(g) , g poly of 2 variables
    12861286RETURN:   the double fold number of (x,g(x,y))
Note: See TracChangeset for help on using the changeset viewer.