Changeset a83d20 in git for libpolys


Ignore:
Timestamp:
Aug 31, 2018, 3:33:14 PM (6 years ago)
Author:
Karim Abou Zeid <karim23697@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
2271063a45f1a3b945f39c10d95a9c3d6ea4f031
Parents:
de5dbc0c9dbc380f0c1708cae5c481c59c9fdee5
Message:
Enable SHIFT_MULT_COMPAT_MODE again until the new interface is ready and
we can update the tests and libraries
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/shiftop.cc

    rde5dbc ra83d20  
    33
    44/* #define SHIFT_MULT_DEBUG */
    5 /* #define SHIFT_MULT_COMPAT_MODE */
     5
     6/* enable compat mode until the user interface is updated to support xy instead of x(1)*y(2)
     7 * NOTE: it already works, but all tests and the libraries need to be updated first
     8 * -> wait until the new interface is released
     9*/
     10#define SHIFT_MULT_COMPAT_MODE
    611
    712#ifdef SHIFT_MULT_DEBUG
Note: See TracChangeset for help on using the changeset viewer.