Salome HOME
Minimal CORBA mode: adapted PARAVIS' Python API to work in this mode.
[modules/paravis.git] / src / Plugins / ParaMEDCorba / vtkParaMEDCorbaSource.h
index b9ddf7e74ba7f5d972bb15f1692061e127cde283..c01c63e9b638a759aa76ed9c4f4e8a3c628a1fc8 100644 (file)
@@ -65,10 +65,10 @@ protected:
   //not clean but to avoid to include CORBA.h in this *.h
   static void *Orb;
   //ETX
- private:
+private:
   /*void traduceMedMeshToUnstructuredDataset(vtkUnstructuredGrid *ret, int nbOfCells, int nbOfNodes, 
-                                          int nbOfTypes, const int *types, const int *nbOfEltsPerTypes, const int *nodalConnectivity,
-                                          const double *coords, int spaceDim);
+            int nbOfTypes, const int *types, const int *nbOfEltsPerTypes, const int *nodalConnectivity,
+            const double *coords, int spaceDim);
   vtkDoubleArray *buildDataArrayFromMedCoords(const double *coords, int nbOfNodes, int spaceDim);
   void reorganizeCellConnectivity(int vtkType, int nbOfNodes, const int *medConn, int *vtkConn);
   int transformMedGeomEltType2VtkType(int typeMed, int *nbOfNodesPerCell);*/