Changeset b938f4 in git for kernel/npolygon.h


Ignore:
Timestamp:
Jul 19, 2011, 12:55:56 PM (12 years ago)
Author:
mlee <martinlee84@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
22a09d7b2686f280e5afec3b39bd5e02739c9a40
Parents:
ed47edfe6cd330b5befd43ea05889c3359a9d64a
git-author:
mlee <martinlee84@web.de>2011-07-19 12:55:56+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:39:57+01:00
Message:
added const ring r argument to all ring dependend functions
commented out MAX_INT_VAL in mod2.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/npolygon.h

    red47edf rb938f4  
    3939    void        copy_deep    ( const linearForm& );
    4040
    41     Rational    weight       ( poly ) const;
    42     Rational    weight_shift ( poly ) const;
    43     Rational    weight1      ( poly ) const;
    44     Rational    weight_shift1( poly ) const;
     41    Rational    weight       ( poly, const ring r ) const;
     42    Rational    weight_shift ( poly, const ring r ) const;
     43    Rational    weight1      ( poly, const ring r ) const;
     44    Rational    weight_shift1( poly, const ring r ) const;
    4545
    46     Rational    pweight      ( poly ) const;
     46    Rational    pweight      ( poly, const ring r ) const;
    4747
    4848    int         positive     ( void );
     
    7171    newtonPolygon( );
    7272    newtonPolygon( const newtonPolygon& );
    73     newtonPolygon( poly );
     73    newtonPolygon( poly, const ring r );
    7474    ~newtonPolygon( );
    7575
     
    8585    void        add_linearForm( const linearForm& );
    8686
    87     Rational    weight       ( poly ) const;
    88     Rational    weight_shift ( poly ) const;
    89     Rational    weight1      ( poly ) const;
    90     Rational    weight_shift1( poly ) const;
     87    Rational    weight       ( poly, const ring r ) const;
     88    Rational    weight_shift ( poly, const ring r ) const;
     89    Rational    weight1      ( poly, const ring r ) const;
     90    Rational    weight_shift1( poly, const ring r ) const;
    9191
    9292    //int         is_sqh     ( void ) const;
Note: See TracChangeset for help on using the changeset viewer.