Changeset 266ae3 in git for kernel/combinatorics/hutil.h


Ignore:
Timestamp:
Jan 19, 2018, 11:05:53 AM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
24bc731bfbe23b437f98252035079828a0289a6f
Parents:
c0a0e5c2821b7e65272ac540b3a99cd00f2c40c2
Message:
chg: only one definition for poly/ideal/map/matrix
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/combinatorics/hutil.h

    rc0a0e5 r266ae3  
    88*/
    99
    10 class intvec;
    11 
    12 struct ip_sring  ; typedef struct ip_sring                          * ring;
    13 struct sip_sideal; typedef struct sip_sideal                        * ideal;
    14 struct spolyrec  ; typedef struct spolyrec polyrec; typedef polyrec * poly;
    15 typedef                                                     poly    * polyset;
     10#include "polys/monomials/ring.h"
     11#include "kernel/polys.h"
     12#include "misc/intvec.h"
    1613
    1714typedef int * scmon;
Note: See TracChangeset for help on using the changeset viewer.