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/linear_algebra/Minor.cc

    r323776f r0a4a20d  
    757757      };
    758758      _columnKey[newBitBlockIndex] = anInt;
    759       /* ...and we delete all entries in _columnKey[i] fo
     759      /* ...and we delete all entries in _columnKey[i] for
    760760         0 <= i < newBitBlockIndex */
    761761      for (int i = 0; i < newBitBlockIndex; i++)
Note: See TracChangeset for help on using the changeset viewer.