Ignore:
Timestamp:
Mar 29, 2011, 10:42:55 AM (13 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
57c6ed2ff157b62e2c81f8af904ee54ed6805200
Parents:
20d9284f2e2a49cb47ad41808ddefe8b058c7647
git-author:
Martin Lee <martinlee84@web.de>2011-03-29 10:42:55+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:04:13+01:00
Message:
deleted forward declaration of static inline functions for I/O
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/p_polys.h

    r20d9284 rc45b2dc  
    6666// monomials in p; coeff == 0, next == NULL, ord is not set
    6767poly p_GetMaxExpP(poly p, ring r);
    68 
    69 // return the TotalDegree of the long var l
    70 static inline unsigned long p_GetTotalDegree(const unsigned long l, const ring r);
    71 // return the total degree of the long var l containing number_of_exp exponents
    72 static inline unsigned long p_GetTotalDegree(const unsigned long l, const ring r, const int number_of_exps);
    7368
    7469int p_MinDeg(poly p,intvec *w, const ring R);
     
    304299void      p_Write0(poly p, ring lmRing, ring tailRing);
    305300void      p_wrp(poly p, ring lmRing, ring tailRing);
    306 
    307 static inline char*     p_String(poly p, ring p_ring);
    308 static inline char*     p_String0(poly p, ring p_ring);
    309 static inline void      p_Write(poly p, ring p_ring);
    310 static inline void      p_Write0(poly p, ring p_ring);
    311 static inline void      p_wrp(poly p, ring p_ring);
    312 
    313301
    314302/***************************************************************
Note: See TracChangeset for help on using the changeset viewer.