Changeset 6a4ba5f in git for kernel/ideals.h


Ignore:
Timestamp:
Sep 12, 2011, 5:26:29 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d67fcad45b24dac7faa0f1b23dc90bec67b9de70
Parents:
43568ca9f856f5176ea8760271270a627b20bff6
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-09-12 17:26:29+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:44+01:00
Message:
removed some use of currRing in ideals.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ideals.h

    r43568c r6a4ba5f  
    4848}
    4949
    50 //void id_Norm(ideal id, const ring r);
    51 #define idNorm(I) id_Norm(I,currRing)
    52 
    53 //void id_DelMultiples(ideal id, const ring r);
    54 #define idDelMultiples(I) id_DelMultiples(I,currRing)
    55 
    56 //void id_DelEquals(ideal id, const ring r);
    57 #define idDelEquals(I) id_DelEquals(I,currRing)
    58 
    59 //void id_DelLmEquals(ideal id, const ring r);
    60 #define idDelLmEquals(I) id_DelLmEquals(I,currRing)
    61 
    62 //void id_DelDiv(ideal id, const ring r);
    63 #define idDelDiv(I) id_DelDiv(I,currRing)
    6450
    6551//BOOLEAN id_IsConstant(ideal id, const ring r);
     
    7662#endif
    7763
    78 ideal id_Copy (ideal h1, const ring r = currRing);
     64ideal id_Copy (ideal h1, const ring r);
    7965
    8066#if 0
Note: See TracChangeset for help on using the changeset viewer.