Ignore:
Timestamp:
Apr 8, 2011, 12:13:42 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/ring.cc

    r4021bb rf7a975  
    2424#include <polys/ext_fields/longtrans.h>
    2525#include <coeffs/ffields.h>
    26 // #include <???/ideals.h>
    2726#include <polys/monomials/ring.h>
    2827#include <polys/monomials/maps.h>
     
    3231
    3332#include <polys/matpol.h>
    34 #include <polys/ideals.h>
    3533
    3634#ifdef HAVE_PLURAL
     
    41284126      Print("  limit %d\n",r->typ[j].data.is.limit);
    41294127      #ifndef NDEBUG
    4130       PrintS("  F: ");idShow(r->typ[j].data.is.F, r, r, 1);
     4128      //PrintS("  F: ");idShow(r->typ[j].data.is.F, r, r, 1);
    41314129      #endif
    41324130
     
    44544452      res->qideal= idrCopyR_NoSort(r->qideal, r, res);
    44554453
    4456       assume(idRankFreeModule(res->qideal, res) == 0);
     4454      assume(id_RankFreeModule(res->qideal, res) == 0);
    44574455
    44584456#ifdef HAVE_PLURAL
     
    44644462
    44654463#endif
    4466       assume(idRankFreeModule(res->qideal, res) == 0);
     4464      assume(id_RankFreeModule(res->qideal, res) == 0);
    44674465    }
    44684466
     
    48674865      res->qideal= idrCopyR_NoSort(r->qideal, r, res);
    48684866
    4869       assume(idRankFreeModule(res->qideal, res) == 0);
     4867      assume(id_RankFreeModule(res->qideal, res) == 0);
    48704868
    48714869#ifdef HAVE_PLURAL
     
    48774875
    48784876#endif
    4879       assume(idRankFreeModule(res->qideal, res) == 0);
     4877      assume(id_RankFreeModule(res->qideal, res) == 0);
    48804878    }
    48814879
Note: See TracChangeset for help on using the changeset viewer.