Skip to content
Snippets Groups Projects
Commit 00f2ccba authored by Patrick Imbo's avatar Patrick Imbo
Browse files

ENH: typo

parent 281d1b64
Branches
Tags
No related merge requests found
...@@ -330,7 +330,7 @@ std::ostream & operator<<(std::ostream& os, ...@@ -330,7 +330,7 @@ std::ostream & operator<<(std::ostream& os,
return os; return os;
} }
} // end namespace itk } // end namespace otb
#ifndef ITK_MANUAL_INSTANTIATION #ifndef ITK_MANUAL_INSTANTIATION
......
...@@ -250,7 +250,7 @@ ComputeEigenValuesAndVectors( ...@@ -250,7 +250,7 @@ ComputeEigenValuesAndVectors(
float HM[3][3][2]; float HM[3][3][2];
// Passage de la matrice T T1....T9 une matrice 3*3*2 compatible avec la mthode HermitianDiagonalisation // Passage de la matrice T T1....T9 � une matrice 3*3*2 compatible avec la m�thode HermitianDiagonalisation
HM[0][0][0]=T[0]; HM[0][0][1]=0.; HM[0][0][0]=T[0]; HM[0][0][1]=0.;
...@@ -292,7 +292,7 @@ ComputeEigenValuesAndVectors( ...@@ -292,7 +292,7 @@ ComputeEigenValuesAndVectors(
//std::cout << "Valeurs propres : " << eigenVal[0] << "...." << eigenVal[1] << "...." << eigenVal[2] << std::endl<< std::endl; //std::cout << "Valeurs propres : " << eigenVal[0] << "...." << eigenVal[1] << "...." << eigenVal[2] << std::endl<< std::endl;
// Rcupration des sorties // R�cup�ration des sorties
for (int i=0; i<3; i++) for (int i=0; i<3; i++)
for (int j=0;j<3; j++) for (int j=0;j<3; j++)
{ {
...@@ -944,16 +944,7 @@ ComputeEigenValuesAndVectorsUsingQL(VectorType &d, double *e, double *z) const ...@@ -944,16 +944,7 @@ ComputeEigenValuesAndVectorsUsingQL(VectorType &d, double *e, double *z) const
} }
} // end namespace otb
} // end namespace itk
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment