Salome HOME
patch for install error on Linux
[modules/hydro.git] / src / HYDROData / HYDROData_Stream.cxx
index ed5af9f6ed9e7804ad1caf8801fc2e9a57e11b63..022cc30664aecc4bf3708c748afc7dab995dd0f0 100644 (file)
@@ -1091,6 +1091,6 @@ void HYDROData_Stream::CreatePresentations( const Handle(TColgp_HArray1OfPnt)
 
   thePrs.myPrs3D = newCmp;
 
-  HYDROData_DTM::Get2dFaceFrom3dPres( newCmp, TopoDS::Face(thePrs.myPrs2D) );
+  HYDROData_DTM::Get2dFaceFrom3dPres( newCmp, TopoDS::Face(thePrs.myPrs2D) ); //__TODO
 
 }
\ No newline at end of file