Changeset 6cf934 in git for kernel/linear_algebra/Minor.cc


Ignore:
Timestamp:
Nov 14, 2022, 11:41:51 AM (18 months ago)
Author:
Frédéric Chapoton <chapoton@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c57af60be7b45c4f30db8913b7cde4eb782e6121
Parents:
c858487b7689b030112512a2e1be0f968d4f7c22
Message:
more typos fixed in kernel
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/linear_algebra/Minor.cc

    rc858487 r6cf934  
    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.