Changeset 7be1d2 in git for kernel/GBEngine/kutil.cc


Ignore:
Timestamp:
Jan 20, 2022, 1:23:44 PM (2 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f9fde8bdf793827c5c94d9e7016a6242e0332ee6
Parents:
760a3448dba802a0197f4944a864d32632e30aff
Message:
LP: format
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kutil.cc

    r760a344 r7be1d2  
    1302913029          for (i=1; i<=maxShift; i++)
    1303013030          {
    13031             BOOLEAN delete_hh=TRUE;
     13031            BOOLEAN delete_hh=TRUE;
    1303213032            poly hh = pLPCopyAndShiftLM(h, i);
    1303313033            for (j=0; j<=k; j++)
     
    1303813038                int s_lastVblock = pmLastVblock(s);
    1303913039                if (i < s_lastVblock || (pGetComp(s) > 0 && i == s_lastVblock)) // in the module case, product criterion does not hold (note: comp h is always zero here)
     13040                {
    1304013041                  if(!enterOnePairWithoutShifts(j, hh, s, ecart, isFromQ, strat, atR, s_lastVblock, i))
    13041                     delete_hh=FALSE;
     13042                    delete_hh=FALSE;
     13043                }
    1304213044#ifdef HAVE_RINGS
    1304313045                else if (rField_is_Ring(currRing))
     
    1305513057              }
    1305613058            }
    13057             if (delete_hh) p_LmDelete(hh,currRing);
     13059            if (delete_hh) p_LmDelete(hh,currRing);
    1305813060          }
    1305913061        }
Note: See TracChangeset for help on using the changeset viewer.