Salome HOME
Fix a typo
authorMathieu Westphal <mathieu.westphal@kitware.com>
Wed, 5 Oct 2022 05:39:46 +0000 (13:39 +0800)
committerMathieu Westphal <mathieu.westphal@kitware.com>
Wed, 5 Oct 2022 05:39:46 +0000 (13:39 +0800)
src/Plugins/MEDReader/plugin/MEDReaderIO/vtkMEDReader.cxx

index 76bfb42bec8267c5f057db07b4f4963160aa4227..0c07c933213f79b6bfad1b37b80ecd7b955ee4c3 100644 (file)
@@ -232,7 +232,7 @@ int vtkMEDReader::RequestInformation(vtkInformation *request, vtkInformationVect
         {
           int iPart(-1),nbOfParts(-1);
 #ifdef MEDREADER_USE_MPI
-          if (this->DitributeWithMPI)
+          if (this->DistributeWithMPI)
           {
             vtkMultiProcessController *vmpc(vtkMultiProcessController::GetGlobalController());
             if(vmpc)
@@ -344,7 +344,7 @@ int vtkMEDReader::RequestData(vtkInformation *request, vtkInformationVector ** /
 #ifndef MEDREADER_USE_MPI
       this->FillMultiBlockDataSetInstance(output,reqTS,&ti);
 #else
-      if (this->DitributeWithMPI && this->GCGCP)
+      if (this->DistributeWithMPI && this->GCGCP)
        {
          vtkSmartPointer<vtkPUnstructuredGridGhostCellsGenerator> gcg(vtkSmartPointer<vtkPUnstructuredGridGhostCellsGenerator>::New());
          {