Salome HOME
23237: EDF 12367 - SIGSEGV with Remove group
[modules/smesh.git] / src / SMESH_I / SMESH_Filter_i.cxx
index 36808eed4afb03715767d29fe2b77b1c906f8ec1..42db79ef48fe71f1a01f00f9018a2d8dc9210228 100644 (file)
@@ -1628,7 +1628,7 @@ void ConnectedElements_i::SetThreshold ( const char*
   {
   case SMESH::ConnectedElements::POINT: // read 3 node coordinates ///////////////////
     {
-      vector< double > xyz;
+      std::vector< double > xyz;
       char* endptr;
       do
       {