Changeset 36d6ec6 in git for kernel


Ignore:
Timestamp:
Aug 18, 2011, 9:29:39 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
Message:
fix idSimpleAdd calls
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ideals.h

    rded10f r36d6ec6  
    6060#define idIsConstant(I) id_IsConstant(I,currRing)
    6161
     62#define idSimpleAdd(A,B) id_SimpleAdd(A,B,currRing)
     63
    6264#ifdef PDEBUG
    6365#define idTest(A) id_DBTest(A, PDEBUG, __FILE__,__LINE__,currRing)
     
    8688
    8789
    88   /*adds two ideals without simplifying the result*/
    89 ideal idSimpleAdd (ideal h1,ideal h2);
    90   /*adds the quotient ideal*/
    9190ideal idAdd (ideal h1,ideal h2);
    9291  /* h1 + h2 */
Note: See TracChangeset for help on using the changeset viewer.