Skip to content
Permalink
Browse files
Fix copy paste bug
  • Loading branch information
mhugent committed Feb 19, 2013
1 parent 4d86888 commit 1c2b025
Showing 1 changed file with 0 additions and 1 deletion.
@@ -825,7 +825,6 @@ double QgsGdalProvider::maximumValue( int theBandNo ) const
computeMinMax( theBandNo );
mMinMaxComputed[theBandNo-1] = true;
}
computeMinMax( theBandNo );
return mMaximum[theBandNo-1];
}

0 comments on commit 1c2b025

Please sign in to comment.