X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROPy%2FHYDROData_Profile.sip;h=11c9a2a8286ca0d417a246385a95797e1fcd38f9;hb=6450e251d00e2beaa02e0de026b0f1af2b948a0e;hp=ab34b1bc3e5ac0e8fbe628f231650cabd03624ca;hpb=f847628af7a488ed9c5c666814d7e412f73ad656;p=modules%2Fhydro.git diff --git a/src/HYDROPy/HYDROData_Profile.sip b/src/HYDROPy/HYDROData_Profile.sip index ab34b1bc..11c9a2a8 100644 --- a/src/HYDROPy/HYDROData_Profile.sip +++ b/src/HYDROPy/HYDROData_Profile.sip @@ -32,7 +32,7 @@ class HYDROData_Profile : public HYDROData_Object public: typedef gp_XYZ ProfilePoint; - typedef NCollection_Sequence ProfilePoints; + typedef NCollection_Sequence ProfilePoints; public: /** @@ -174,15 +174,15 @@ public: * \param theFileName the path to file * \return \c number of successfully imported profiles */ - static int ImportFromFile( const HYDROData_Document theDoc, - const TCollection_AsciiString& theFileName, - NCollection_Sequence& theBadProfilesIds ) - [int ( const Handle_HYDROData_Document& , - const TCollection_AsciiString& , - NCollection_Sequence& )]; + static int ImportFromFile( HYDROData_Document theDoc, + const TCollection_AsciiString& theFileName, + NCollection_Sequence& theBadProfilesIds ) + [int ( const Handle_HYDROData_Document&, + const TCollection_AsciiString&, + NCollection_Sequence& )]; %MethodCode Py_BEGIN_ALLOW_THREADS - sipRes = HYDROData_Profile::ImportFromFile( a0, *a1, a2 ); + sipRes = HYDROData_Profile::ImportFromFile( a0, *a1, *a2 ); Py_END_ALLOW_THREADS %End