]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
Small correction according to the changes in GEOM
authorvsr <vsr@opencascade.com>
Thu, 5 Mar 2015 11:06:38 +0000 (14:06 +0300)
committervsr <vsr@opencascade.com>
Thu, 5 Mar 2015 11:06:38 +0000 (14:06 +0300)
src/Plugins/ParaGEOMCorba/vtkParaGEOMCorbaSource.cxx

index a3cf25b6d9389ecf0708f838f76ca62ec0ff30f9..fc44ae0225ed1f105b4a5480a6d1fa56c308f03d 100644 (file)
@@ -114,7 +114,7 @@ int vtkParaGEOMCorbaSource::RequestData(vtkInformation* request, vtkInformationV
        TopoDS_Shape aTopoDSShape = GEOM_Client::get_client().GetShape( geomGen, geomObj );
        
        if ( !aTopoDSShape.IsNull() ) {
-         vtkPolyData *ret=GEOM::GetData(aTopoDSShape, this->Deflection);
+         vtkPolyData *ret=GEOM::GetVTKData(aTopoDSShape, this->Deflection);
          if(!ret) {
            vtkErrorMacro("On geom object CORBA fetching an error occurs !");
            return 0;