Changeset ded10f in git


Ignore:
Timestamp:
Aug 18, 2011, 9:24:52 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
36d6ec69f54b09891ccf226933f85a3c531ddc2c
Parents:
6ea2f547817e1e86885f7f96f9c8d365f37e8161
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-18 21:24:52+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:22+01:00
Message:
fix idTest calls
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ideals.h

    r6ea2f5 rded10f  
    6161
    6262#ifdef PDEBUG
    63 void idDBTest(ideal h1, int level, const char *f,const int l);
    64 #define idTest(A) idDBTest(A, PDEBUG, __FILE__,__LINE__)
     63#define idTest(A) id_DBTest(A, PDEBUG, __FILE__,__LINE__,currRing)
    6564#define idPrint(id) idShow(id, currRing, currRing)
    6665#else
Note: See TracChangeset for help on using the changeset viewer.