]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
Correct bug of SIGSEGV when attempting to filter on an empty group/family.
authorgeay <anthony.geay@cea.fr>
Wed, 26 Mar 2014 10:40:39 +0000 (11:40 +0100)
committergeay <anthony.geay@cea.fr>
Wed, 26 Mar 2014 10:40:39 +0000 (11:40 +0100)
src/Plugins/MEDReader/IO/vtkExtractGroup.cxx
src/Plugins/MEDReader/TODO.txt

index 5eab0e9011aa5e435ae1036245fd9b960ca307f9..d5fb9fb1246054235a60ecf212ebf42235648d1b 100644 (file)
@@ -612,7 +612,7 @@ int vtkExtractGroup::RequestData(vtkInformation *request, vtkInformationVector *
        }
       else
        {
-         vtkDataSet *tryOnNode(FilterFamilies<PointExtractor>(tryOnCell,idsToKeep,this->InsideOut,
+         vtkDataSet *tryOnNode(FilterFamilies<PointExtractor>(input,idsToKeep,this->InsideOut,
                                                               MEDFileFieldRepresentationLeavesArrays::FAMILY_ID_NODE_NAME,"vtkDataObject::FIELD_ASSOCIATION_POINTS",catchAll,catchSmth));
          if(tryOnNode)
            {
index 193cada4197f26da2f1329f8c4257c266b2d748a..e0f1a2013b85c1e9855ff70419b3a006d61af3f5 100644 (file)
@@ -55,4 +55,10 @@ when in STANDALONE mode.
 
 0 - ELGA arrays choice of GaussPoints filter
 
-0 - Manage file containing only cartesian meshes.
\ No newline at end of file
+0 - Manage file containing only cartesian meshes.
+
+0 - Bug on vtkExtractGroup when attempting to extract on empty group. Previously, it led to SIGSEGV.
+
+0 - Add the frequency information in mode mode in the name of arrays in DataSet.
+
+0 - Addition of MeshName property in ExtractGroup (see testMEDReader9.py)
\ No newline at end of file