Salome HOME
debug of DTM/Stream presentations
[modules/hydro.git] / src / HYDRO_tests / test_HYDROData_DTM.cxx
index ad4e5f17135ebe2f74d25e2c93ac33f2b6b69704..fa55f1db939c66f81d9e57aad9f99c2a24c3e683 100644 (file)
@@ -502,7 +502,7 @@ void test_HYDROData_DTM::test_curve_to_3d()
   HYDROData_DTM::CurveUZ wid( 5.0, gp_Vec2d(-10,10) );
   wid.push_back( HYDROData_DTM::PointUZ( 2, 5 ) );
   wid.push_back( HYDROData_DTM::PointUZ( 6, 6 ) );
-  HYDROData_DTM::CurveTo3D( HA, mid, wid, points );
+  HYDROData_DTM::CurveTo3D( HA, mid, wid, points, 0.0 );
 
   CPPUNIT_ASSERT_EQUAL( 4, (int)points.size() );
   CPPUNIT_ASSERT_EQUAL( HYDROData_DTM::AltitudePoint( 15.673, -1.479, 5.0 ), points[0] );