Changeset f71e8c5 in git for libpolys/polys/simpleideals.h


Ignore:
Timestamp:
Apr 12, 2011, 3:00:18 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
4aa8610313f7dca2da0233c6313149b9a6164584
Parents:
1377c9221c63abafb14abbd71a5934af8237629a
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-04-12 15:00:18+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:12:28+01:00
Message:
same missing include for simpleideals.*
removed std stuff from simpleideals.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/simpleideals.h

    r1377c9 rf71e8c5  
    99*/
    1010#include <polys/monomials/ring.h>
     11#include <omalloc/omalloc.h>
    1112
    1213struct sip_sideal
     
    4546#endif
    4647};
     48
     49extern omBin sip_sideal_bin;
    4750
    4851#ifdef PDEBUG
     
    9093ideal   idFreeModule (int i);
    9194int     idElem(const ideal F);
     95int id_PosConstant(ideal id, const ring r);
     96ideal id_MaxIdeal (const ring r);
     97ideal id_CopyFirstK (const ideal ide, const int k,const ring r);
    9298#endif
Note: See TracChangeset for help on using the changeset viewer.