Changeset 68a186 in git


Ignore:
Timestamp:
Sep 13, 2016, 5:05:07 PM (8 years ago)
Author:
Andreas Steenpass <steenpass@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
f106eb8a184635eaecf317a1da8db8fadd937143
Parents:
a7e3139c235d2ec2c8be9bb6baef444e4df65332
git-author:
Andreas Steenpass <steenpass@mathematik.uni-kl.de>2016-09-13 17:05:07+02:00
git-committer:
Andreas Steenpass <steenpass@mathematik.uni-kl.de>2017-12-15 12:17:07+01:00
Message:
chg: remove MYLIFT code
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/syz4.cc

    ra7e3139 r68a186  
    615615}
    616616
    617 #define MYLIFT 0
    618 
    619617static void computeLiftings(const resolvente res, const int index)
    620618{
    621 #if MYLIFT
    622     for (int j = res[index]->ncols-1; j >= 0; j--) {
    623         liftTree(res[index]->m[j], res[index-1]);
    624     }
    625 #else
    626619    ideal m_idTails_test = idInit(IDELEMS(res[index-1]), res[index-1]->rank);
    627620    for (int i = IDELEMS(res[index-1])-1; i >= 0; i--) {
     
    652645    idDelete(&m_idTails_test);
    653646    idDelete(&m_syzLeads_test);
    654 #endif   // MYLIFT
    655647}
    656648
Note: See TracChangeset for help on using the changeset viewer.