Changeset 2a38d90 in git for kernel/ideals.h


Ignore:
Timestamp:
Aug 3, 2011, 6:46:30 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
47f9851c41b863a6cb62e84a4752eb913c8158ca
Parents:
af223b02cc71d0a13ef6b4dc8b7bc7843294331a
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-03 18:46:30+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:14:20+01:00
Message:
CHG: minor fixes + idPrint/idShow
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ideals.h

    raf223b0 r2a38d90  
    6363void idDBTest(ideal h1, int level, const char *f,const int l);
    6464#define idTest(A) idDBTest(A, PDEBUG, __FILE__,__LINE__)
    65 #define idPrint(id) idShow(id)
     65#define idPrint(id) idShow(id, currRing, currRing)
    6666#else
    6767#define idTest(A)  (TRUE)
     
    193193
    194194ideal id_TensorModuleMult(const int m, const ideal M, const ring rRing); // image of certain map for BGG
    195 
    196 #ifdef PDEBUG
    197 /* Shows an ideal -- only for debugging */
    198 void idShow(const ideal id, const ring lmRing, const ring tailRing, const int debugPrint = 0);
    199 #else
    200 #define idShow(id, lmRing, tailRing, debugPrint) ((void)0)
    201195#endif
    202 #endif
Note: See TracChangeset for help on using the changeset viewer.