mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
small compilation fix in mlsfilter
This commit is contained in:
parent
3075edf872
commit
17b1bca5ec
@ -297,7 +297,7 @@ bool RIMLS<_MeshType>::mlsHessian(const VectorType& x, MatrixType& hessian) cons
|
||||
- sumGradWeight * mCachedGradient[k]
|
||||
- mCachedGradient * sumGradWeight[k] ) * invW;
|
||||
|
||||
hessian.col(k) = dGrad;
|
||||
hessian.SetColumn(k,dGrad);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user