From: ageay Date: Wed, 4 Nov 2009 16:04:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: V5_1_main_FINAL~290 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8013aafc8b8f15e05dcb747ac11546f735432752;p=tools%2Fmedcoupling.git *** empty log message *** --- diff --git a/src/INTERP_KERNEL/VTKNormalizedUnstructuredMesh.hxx b/src/INTERP_KERNEL/VTKNormalizedUnstructuredMesh.hxx index 59dd9c984..92f880148 100644 --- a/src/INTERP_KERNEL/VTKNormalizedUnstructuredMesh.hxx +++ b/src/INTERP_KERNEL/VTKNormalizedUnstructuredMesh.hxx @@ -43,7 +43,7 @@ public: const vtkIdType *getConnectivityPtr() const; const double *getCoordinatesPtr() const; const vtkIdType *getConnectivityIndexPtr() const; - void ReleaseTempArrays(); + void releaseTempArrays(); protected: void putinMEDFormat() const; protected: diff --git a/src/INTERP_KERNEL/VTKNormalizedUnstructuredMesh.txx b/src/INTERP_KERNEL/VTKNormalizedUnstructuredMesh.txx index 01a426f87..30dab0ab0 100644 --- a/src/INTERP_KERNEL/VTKNormalizedUnstructuredMesh.txx +++ b/src/INTERP_KERNEL/VTKNormalizedUnstructuredMesh.txx @@ -35,7 +35,7 @@ template VTKNormalizedUnstructuredMesh::~VTKNormalizedUnstructuredMesh() { _mesh_in_vtk_mode->Delete(); - ReleaseTempArrays(); + releaseTempArrays(); } template @@ -123,7 +123,7 @@ void VTKNormalizedUnstructuredMesh::putinMEDFormat() const } template -void VTKNormalizedUnstructuredMesh::ReleaseTempArrays() +void VTKNormalizedUnstructuredMesh::releaseTempArrays() { delete [] _tmp_index_array; _tmp_index_array=0;