Changeset ee33a7 in git for libpolys/polys/nc


Ignore:
Timestamp:
Apr 13, 2011, 7:16:28 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0a3a629f65533731dfccd53a13103d906918010b
Parents:
2e4757cb3bb4e3e260951de51923af15aff13d29
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-04-13 19:16:28+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:12:32+01:00
Message:
FIX: eliminate some minor warnings (";")
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/nc/sca.h

    r2e4757c ree33a7  
    1616
    1717
    18 inline unsigned int scaFirstAltVar(ring r)
     18static inline unsigned int scaFirstAltVar(ring r)
    1919{
    2020  assume(rIsSCA(r));
     
    2323}
    2424
    25 inline unsigned int scaLastAltVar(ring r)
     25static inline unsigned int scaLastAltVar(ring r)
    2626{
    2727  assume(rIsSCA(r));
     
    3232
    3333// The following inlines are just helpers for setup functions.
    34 inline void scaFirstAltVar(ring r, int n)
     34static inline void scaFirstAltVar(ring r, int n)
    3535{
    3636  assume(rIsSCA(r));
     
    3939}
    4040
    41 inline void scaLastAltVar(ring r, int n)
     41static inline void scaLastAltVar(ring r, int n)
    4242{
    4343  assume(rIsSCA(r));
Note: See TracChangeset for help on using the changeset viewer.