From d976f28fd3120d75c30a521bb5987d25e78f72c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leonardo=20Fl=C3=B3rez-Valencia?= Date: Tue, 21 Feb 2017 21:03:11 -0500 Subject: [PATCH] ... --- lib/cpExtensions/Algorithms/RasterContourFilter.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cpExtensions/Algorithms/RasterContourFilter.hxx b/lib/cpExtensions/Algorithms/RasterContourFilter.hxx index 4e7539a..d325b1a 100644 --- a/lib/cpExtensions/Algorithms/RasterContourFilter.hxx +++ b/lib/cpExtensions/Algorithms/RasterContourFilter.hxx @@ -30,7 +30,7 @@ AddPoint( double p[ 2 ] ) { TPoint pnt; pnt[ 0 ] = p[ 0 ]; - pnt[ 1 ] = p[ 2 ]; + pnt[ 1 ] = p[ 1 ]; this->m_Contour.push_back( pnt ); this->Modified( ); } -- 2.45.0