Changeset e6e2198 in git for kernel/ideals.cc


Ignore:
Timestamp:
Jul 19, 2011, 2:55:15 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
9af8d18f6e21c2f069928976d6e838a31bc09be8
Parents:
a5b80ad3b2ba6b55dfd6561003ab3550208b5f91
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-07-19 14:55:15+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:40:42+01:00
Message:
FIX: fixed some ideal-related issues in ideals.*
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ideals.cc

    ra5b80a re6e2198  
    88
    99/* includes */
    10 #include <kernel/mod2.h>
     10#include "mod2.h"
     11
    1112
    1213#ifndef NDEBUG
    1314# define MYTEST 0
    1415#else /* ifndef NDEBUG */
    15 # define MYTEST 1
     16# define MYTEST 0
    1617#endif /* ifndef NDEBUG */
    1718
     19#include <omalloc/omalloc.h>
     20
    1821#include <misc/options.h>
    19 #include <omalloc/omalloc.h>
    20 #include <kernel/febase.h>
     22#include <misc/intvec.h>
     23
    2124#include <coeffs/coeffs.h>
    2225#include <coeffs/numbers.h>
    23 #include <kernel/longrat.h>
     26
    2427#include <polys/polys.h>
    2528#include <polys/monomials/ring.h>
    26 #include <kernel/kstd1.h>
    2729#include <polys/matpol.h>
    2830#include <polys/weight.h>
    29 #include <misc/intvec.h>
    30 #include <kernel/syz.h>
    3131#include <polys/sparsmat.h>
    32 #include <kernel/ideals.h>
    3332#include <polys/prCopy.h>
    3433#include <polys/nc/nc.h>
     34
     35#include <kernel/ideals.h>
     36
     37#include <kernel/febase.h>
     38#include <kernel/kstd1.h>
     39#include <kernel/syz.h>
     40
     41#include <kernel/longrat.h>
    3542
    3643
Note: See TracChangeset for help on using the changeset viewer.