Salome HOME
IPAL53870: Dump study script creates an excess sub-mesh
[modules/smesh.git] / src / OBJECT / SMESH_Object.cxx
index 520abe33550aaffcc59c8f0dfea99bdd8477a3db..3b9cd0b8ce28e9ad97222dccbb9caa0b1c4de46f 100644 (file)
@@ -719,7 +719,7 @@ bool SMESH_MeshObj::NulData()
     points->SetNumberOfPoints(0);
     myEmptyGrid->SetPoints( points );
     points->Delete();
-    myEmptyGrid->BuildLinks();
+    //myEmptyGrid->BuildLinks();
   }
   myGrid->ShallowCopy(myEmptyGrid);
   return true;