Changeset 286273 in git


Ignore:
Timestamp:
Aug 20, 2012, 11:23:00 AM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
4fb3a73a9ab769b9cdb2ec0db33cdbf9e88bfedd
Parents:
0beffdffc2fb65355384c180d0a9d06b7b0312cf
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-08-20 11:23:00+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-08-20 11:27:22+02:00
Message:
fix: enterpairsSpecial for HAVE_RINGS
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    r0beffdf r286273  
    36223622  const int iCompH = pGetComp(h);
    36233623
     3624#ifdef HAVE_RINGS
     3625  if (rField_is_Ring())
     3626  {
     3627    for (j=0; j<=k; j++)
     3628    {
     3629      const int iCompSj = pGetComp(strat->S[j]);
     3630      if ((iCompH==iCompSj)
     3631          //|| (0==iCompH) // can only happen,if iCompSj==0
     3632          || (0==iCompSj))
     3633      {
     3634        enterOnePairRing(j,h,ecart,FALSE,strat, atR);
     3635      }
     3636    }
     3637  }
     3638  else
     3639#endif 
    36243640  for (j=0; j<=k; j++)
    36253641  {
    36263642    const int iCompSj = pGetComp(strat->S[j]);
    36273643    if ((iCompH==iCompSj)
    3628         || (0==iCompH) // TODO: what about this case???
     3644        //|| (0==iCompH) // can only happen,if iCompSj==0
    36293645        || (0==iCompSj))
    36303646    {
Note: See TracChangeset for help on using the changeset viewer.