Changeset 1ead6f7 in git for libpolys/polys


Ignore:
Timestamp:
Jun 8, 2022, 1:30:47 PM (23 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
ed6b03b61600c2241ea31223bf9c968b0285590d
Parents:
3cedf8af3ed0ac7e22a5d9d87cbb0b5c0e8a5e68
Message:
removed id_TestTail
Location:
libpolys/polys
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/simpleideals.cc

    r3cedf8 r1ead6f7  
    845845long id_RankFreeModule (ideal s, ring lmRing, ring tailRing)
    846846{
    847   id_TestTail(s, lmRing, tailRing);
    848 
    849847  long j = 0;
    850848
  • libpolys/polys/simpleideals.h

    r3cedf8 r1ead6f7  
    7676void id_DBTest(ideal h1, int level, const char *f,const int l, const ring lR, const ring tR );
    7777void id_DBLmTest(ideal h1, int level, const char *f,const int l, const ring r);
    78 #define id_TestTail(A, lR, tR) id_DBTest(A, PDEBUG, __FILE__,__LINE__, lR, tR)
    7978#define id_Test(A, lR) id_DBTest(A, PDEBUG, __FILE__,__LINE__, lR, lR)
    8079#define id_LmTest(A, lR) id_DBLmTest(A, PDEBUG, __FILE__,__LINE__, lR)
    8180#else
    82 #define id_TestTail(A, lR, tR)  do {} while (0)
    8381#define id_Test(A, lR) do {} while (0)
    8482#define id_LmTest(A, lR) do {} while (0)
Note: See TracChangeset for help on using the changeset viewer.