Fix mixed line endings
This commit is contained in:
@@ -539,7 +539,7 @@ void Matrix_gauss(Matrix a, Matrix b)
|
||||
}
|
||||
indxr[i] = irow;
|
||||
indxc[i] = icol;
|
||||
if (a[4*icol+icol] == 0.0)
|
||||
if (a[4*icol+icol] == 0.0)
|
||||
return;
|
||||
pivinv = 1.0/a[4*icol+icol];
|
||||
a[4*icol+icol] = 1.0;
|
||||
|
||||
Reference in New Issue
Block a user