remove tabs

This commit is contained in:
Sébastien Loriot 2024-03-27 19:00:12 +01:00
parent 83f06b5461
commit ad926fe662
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ typename GT::Vector_3 compute_displacement(const Eigen::Matrix<double, 4, 4>& qu
if ((AbsolutesEigenValues[IndexMax] * invmaxW > 1e-4)
&& (MaxNumberOfUsedSingularValues > 0))
{
// If this is true, then w[i] != 0, so this division is ok.
// If this is true, then w[i] != 0, so this division is ok.
double Inv = 1.0 / w[IndexMax];
tempMatrix(IndexMax, 0) = U(0, IndexMax) * Inv;
tempMatrix(IndexMax, 1) = U(1, IndexMax) * Inv;