Skip to content
Snippets Groups Projects
Commit 06fb09ee authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

ENH: use const references when possible

parent 381dfed6
No related branches found
No related tags found
No related merge requests found
......@@ -1201,7 +1201,7 @@ void BandMathXImageFilter<TImage>
case 'm':
{
mup::matrix_type vect = value.GetArray();
const mup::matrix_type &vect = value.GetArray();
if ( vect.GetRows() == 1 ) //Vector
for(int p=0; p<vect.GetCols(); ++p)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment