Changeset 36d6ec6 in git
- Timestamp:
- Aug 18, 2011, 9:29:39 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 4691363437c8cb2f8bd9e698274bb467a91b9feb
- Parents:
- ded10faf27bcfb1cdd7cb91cb851f73e0b047cbe
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-18 21:29:39+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:23+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ideals.h
rded10f r36d6ec6 60 60 #define idIsConstant(I) id_IsConstant(I,currRing) 61 61 62 #define idSimpleAdd(A,B) id_SimpleAdd(A,B,currRing) 63 62 64 #ifdef PDEBUG 63 65 #define idTest(A) id_DBTest(A, PDEBUG, __FILE__,__LINE__,currRing) … … 86 88 87 89 88 /*adds two ideals without simplifying the result*/89 ideal idSimpleAdd (ideal h1,ideal h2);90 /*adds the quotient ideal*/91 90 ideal idAdd (ideal h1,ideal h2); 92 91 /* h1 + h2 */
Note: See TracChangeset
for help on using the changeset viewer.