Changeset fe89b98 in git for kernel/tgb.cc


Ignore:
Timestamp:
Aug 21, 2011, 3:28:09 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2e757c48501ca724ccafe96fc2ffb048a4ca59de
Parents:
4691363437c8cb2f8bd9e698274bb467a91b9feb
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-21 15:28:09+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:24+01:00
Message:
fix pLeXOrder
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/tgb.cc

    r4691363 rfe89b98  
    32223222    }
    32233223  }
    3224   eliminationProblem = ((!(is_homog)) && ((pLexOrder) || (I->rank > 1)));
     3224  eliminationProblem = ((!(is_homog)) && ((currRing->pLexOrder) || (I->rank > 1)));
    32253225  tailReductions = ((is_homog) || ((TEST_OPT_REDTAIL) && (!(I->rank > 1))));
    32263226  //  Print("is homog:%d",c->is_homog);
Note: See TracChangeset for help on using the changeset viewer.