Skip to content
Snippets Groups Projects
Commit dfc9e948 authored by Julien Malik's avatar Julien Malik
Browse files

ENH: use PixelType instead of hard coded double

parent 4c775139
Branches
Tags
No related merge requests found
......@@ -55,7 +55,7 @@ int otbUnConstrainedLeastSquareImageFilterTest(int argc, char * argv[])
typedef VectorImageToMatrixImageFilterType::MatrixType MatrixType;
MatrixType endMembers = endMember2Matrix->GetMatrix();
MatrixType pinv = vnl_matrix_inverse<double>(endMembers);
MatrixType pinv = vnl_matrix_inverse<PixelType>(endMembers);
UnConstrainedLeastSquareSolverType::Pointer unmixer = \
UnConstrainedLeastSquareSolverType::New();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment