Salome HOME
Fix some tests regressions
[modules/smesh.git] / src / SMESH_I / SMESH_Gen_i_1.cxx
index 9e54cbd4987608a54c71dc274445d5e902abe857..af0dab97fab64a4cc027fd240a971dfe08a331d6 100644 (file)
@@ -1401,3 +1401,14 @@ int StudyContext::getOldId( const int newId )
   }
   return 0;
 }
+
+//=======================================================================
+//function : Clear
+//purpose  : clear data
+//=======================================================================
+
+void StudyContext::Clear()
+{
+  mapIdToIOR.Clear();
+  mapIdToId.Clear();
+}