Ignore:
Timestamp:
Jan 11, 2012, 3:13:15 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2dbf7e59673f79e50959ef8e51ebc47ff01dcb9651c97ff9c3e771c56591bbd2c4d517a85fd8ab21a88d77fb7c121ed4c21583c156ff79873682c839
Parents:
930ea815182bc9bf3182f1c57876006af26295b2
Message:
chg: compiler warnings in kutil.cc
File:
1 edited

Legend:

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

    r930ea8 r6c98d52  
    5555}
    5656
    57 // #define p_GetCoeff(p,r)     pGetCoeff(p)
    58 static inline number& p_GetCoeff(poly p, const ring r)
    59 {
    60   assume(r != NULL);
    61   return pGetCoeff(p);
    62 }
     57#define p_GetCoeff(p,r)     pGetCoeff(p)
     58//static inline number& p_GetCoeff(poly p, const ring r)
     59//{
     60//  assume(r != NULL);
     61//  return pGetCoeff(p);
     62//}
    6363
    6464
Note: See TracChangeset for help on using the changeset viewer.