Changeset f7a975 in git for libpolys/polys/nc


Ignore:
Timestamp:
Apr 8, 2011, 12:13:42 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
9959c4523c38de5512e2a1bcc348be2677981317
Parents:
4021bbf45258a9c11212461e6d5de35fed6c4aac
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-04-08 12:13:42+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:04:21+01:00
Message:
moved simple ideal stuff to simpleideals.h
renamed ideals.cc to simpleideals.cc (needs to be cleaned)
fixed #includes for ideals.h
Location:
libpolys/polys/nc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/nc/gring.cc

    r4021bb rf7a975  
    2828#include <kernel/polys.h>
    2929#include <kernel/numbers.h>
    30 #include <kernel/ideals.h>
     30#include <polys/simpleideals.h>
    3131#include <kernel/matpol.h>
    3232#include <kernel/kbuckets.h>
  • libpolys/polys/nc/sca.cc

    r4021bb rf7a975  
    3434#include <kernel/p_polys.h>
    3535#include <kernel/kutil.h>
    36 #include <kernel/ideals.h>
     36#include <polys/simpleideals.h>
    3737#include <kernel/intvec.h>
    3838#include <kernel/polys.h>
Note: See TracChangeset for help on using the changeset viewer.