Changeset 802b08 in git


Ignore:
Timestamp:
Jul 25, 2012, 12:55:08 AM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
95c8260b23a2326800f3f5fa9092330787e39d7a
Parents:
016648e66f1ba47dcd04e7815a1679555d738074
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-07-25 00:55:08+02:00
git-committer:
Martin Lee <martinlee84@web.de>2013-01-18 16:15:04+01:00
Message:
fix: syzygies for qring with ring-coeffs, part1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    r016648 r802b08  
    35073507  int j = pos;
    35083508  if ( (!strat->fromT)
    3509   && (1//(strat->syzComp==0)
    3510     //||(pGetComp(h)<=strat->syzComp)))
     3509  && ((strat->syzComp==0)
     3510    ||(pGetComp(h)<=strat->syzComp)
    35113511  ))
    35123512  {
Note: See TracChangeset for help on using the changeset viewer.