Changeset 3347b06 in git


Ignore:
Timestamp:
Nov 3, 2018, 3:18:44 PM (5 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', 'b324714bf5073469800caef737deba1366fbd81f')
Children:
ab6fcb8a18e3666c9700ce86fc7925b58cc9f77b
Parents:
7492c8b0c149c3ad53b0d4ffe3115fee523a0fc0e27c7afb99dc980897811342dd29f65119c36a8e
git-author:
Viktor Levandovskyy <levandov@math.rwth-aachen.de>2018-11-03 15:18:44+01:00
git-committer:
GitHub <noreply@github.com>2018-11-03 15:18:44+01:00
Message:
Merge pull request #3 from kabouzeid/fix-tests

Disable isOrderingShiftInvariant example debug print
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/freegb.lib

    r7492c8 r3347b06  
    30953095        poly second = shiftPoly(monom,s);
    30963096        if (!(first > second)) {
    3097           dbprint(string(first) + " <= " + string(second));
     3097          if (printlevel >= voice) { // otherwise string() is always evaluated
     3098            dbprint(string(first) + " <= " + string(second));
     3099          }
    30983100          shiftInvariant = 0;
    30993101        }
     
    31243126  def Rw = setLetterplaceAttributes(ring(RL),5,3);
    31253127  setring Rw;
    3126   printlevel = voice + 1;
     3128  /* printlevel = voice + 1; */
    31273129  isOrderingShiftInvariant(0);
    31283130  isOrderingShiftInvariant(1);
Note: See TracChangeset for help on using the changeset viewer.