Changeset da6156 in git for kernel/ideals.h


Ignore:
Timestamp:
Dec 9, 2011, 4:23:36 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
c360967d0dc4ef57f8ba249d247ddcd773bbba4d
Parents:
ce21bd8d333faf7c8f2fcdbd11fa57c0b6ec7776
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-12-09 16:23:36+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-12-12 18:01:22+01:00
Message:
moved tHomog to kernel/structs.h from libpolys/polys/monomials/ring.h

CHG: libpolys make no use of tHomog since it is an option for GB-related high-level functions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ideals.h

    rce21bd8 rda6156  
    1010#include <polys/simpleideals.h>
    1111#include <kernel/polys.h>
    12 // #include <kernel/structs.h>
     12
     13#include <kernel/structs.h> // for tHomog
    1314
    1415//typedef struct sip_sideal *        ideal;
     
    134135
    135136
    136 
    137 
    138137ideal   idSect (ideal h1,ideal h2);
    139138ideal   idMultSect(resolvente arg, int length);
Note: See TracChangeset for help on using the changeset viewer.