Salome HOME
IPAL22823: exception when display operation is applied for edited but not computed...
[modules/smesh.git] / src / SMESH_I / SMESH_PythonDump.hxx
index 8233241dccdee823c71c7bc4b0e98bf0d3cbf679..f641e29835a9be94604f5d7ba0050057eea85ea9 100644 (file)
@@ -38,7 +38,7 @@ class Resource_DataMapOfAsciiStringAsciiString;
 
 // ===========================================================================================
 /*!
- * \brief Tool converting SMESH engine calls into commands defined in smesh.py
+ * \brief Tool converting SMESH engine calls into commands defined in smeshDC.py
  *
  * Implementation is in SMESH_2smeshpy.cxx
  */
@@ -119,6 +119,9 @@ namespace SMESH
     TPythonDump&
     operator<<(const SMESH::double_array& theArg);
 
+    TPythonDump&
+    operator<<(const SMESH::string_array& theArg);
+
     TPythonDump&
     operator<<(SMESH::SMESH_Hypothesis_ptr theArg);