mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix comment typos, doubled words, grammar errors, and copy-paste mistakes
libeigen/eigen!2173 Closes #3034 Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
@@ -713,7 +713,7 @@ static void init_scoring(
|
||||
for (c = n_col - 1; c >= 0; c--) {
|
||||
deg = Col[c].length;
|
||||
if (deg == 0) {
|
||||
/* this is a empty column, kill and order it last */
|
||||
/* this is an empty column, kill and order it last */
|
||||
Col[c].shared2.order = --n_col2;
|
||||
Col[c].kill_principal();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user