X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDRO_tests%2Ftest_HYDROData_LandCoverMap.cxx;h=8b0fed78a6f510b004093cce123c32c603c17658;hb=39b1848f103d89cfb544a1651b3fbf221fc2c401;hp=3656a9aab100be06828fd0f3ce10980f8f058da7;hpb=114f1b365123d9942c7b8c5e641694c3da09c11f;p=modules%2Fhydro.git diff --git a/src/HYDRO_tests/test_HYDROData_LandCoverMap.cxx b/src/HYDRO_tests/test_HYDROData_LandCoverMap.cxx index 3656a9aa..8b0fed78 100644 --- a/src/HYDRO_tests/test_HYDROData_LandCoverMap.cxx +++ b/src/HYDRO_tests/test_HYDROData_LandCoverMap.cxx @@ -1182,7 +1182,7 @@ void test_HYDROData_LandCoverMap::test_shp_clc_classification_perf() LCM->StoreLandCovers(aMapFace2ST); - std::vector pnts; + std::vector pnts; #ifdef NDEBUG int N = 1000; //1000*1000 points; uniform distribution for release mode #else @@ -1200,7 +1200,7 @@ void test_HYDROData_LandCoverMap::test_shp_clc_classification_perf() { double px = x0 + (x1-x0)*((double)i/(double)N); double py = y0 + (y1-y0)*((double)j/(double)N); - pnts.push_back(gp_Pnt2d(px,py)); + pnts.push_back(gp_XY(px,py)); } } OSD_Timer aTimer; @@ -1238,7 +1238,7 @@ void test_HYDROData_LandCoverMap::test_shp_clc_classification_check() TopoDS_Shape Sh = LCM->GetShape(); - std::vector pnts; + std::vector pnts; pnts.push_back(gp_XY(0,0)); pnts.push_back(gp_XY(468380, 6382300));