Changeset 0a4a20d in git for kernel/GBEngine/syz1.cc


Ignore:
Timestamp:
Nov 14, 2022, 4:32:07 PM (17 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
08e898f2667529913af21341f62336e64bc3bc3c4df27e2988096e614ab54338dbdd2bb990a110e3
Parents:
323776f85628804d361dfbd827431f866bf943d232c48290ade9c8b3bf376a8ed769638bcc54abdf
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2022-11-14 16:32:07+01:00
git-committer:
GitHub <noreply@github.com>2022-11-14 16:32:07+01:00
Message:
Merge pull request #1159 from fchapoton/codespell_linter

trying to add a codespell linter for kernel/
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/syz1.cc

    r323776f r0a4a20d  
    514514      same_comp = SYZ_SHIFT_BASE;
    515515
    516     // test wheter we have enough space for new shifted component
     516    // test whether we have enough space for new shifted component
    517517    if ((LONG_MAX - same_comp) <= shind[ie-1])
    518518    {
     
    18071807  return result; /// Don't change the syzstr???
    18081808
    1809   // TODO: cleanup thses!
     1809  // TODO: cleanup these!
    18101810  if( fullres != NULL && syzstr->fullres == NULL )
    18111811    syzstr->fullres = fullres;
     
    22702270/*2
    22712271* re-computes the order of pairs during the algorithm
    2272 * this ensures to procede with a triangular matrix
     2272* this ensures to proceed with a triangular matrix
    22732273*/
    22742274static intvec * syOrdPairs(SSet sPairs, int length)
     
    23802380    rChangeCurrRing(origR);
    23812381    // Thomas: now make sure that all data which you need is pFetchCopied
    2382     // maybe incoporate it into syReorder ??
     2382    // maybe incorporate it into syReorder ??
    23832383  }
    23842384  tres = syReorder(tres,syzstr->length,syzstr,FALSE,syzstr->res);
Note: See TracChangeset for help on using the changeset viewer.