]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/DataObjects/Mesh.cxx
...
[cpPlugins.git] / lib / cpPlugins / DataObjects / Mesh.cxx
index 4a955520adc2dcb50772f990302335c231973489..e1ce59466ac4055b8651d7eea0c2d54cd8450987 100644 (file)
@@ -12,8 +12,8 @@ void cpPlugins::DataObjects::Mesh::
 SetITK( itk::LightObject* o )
 {
   this->Superclass::SetITK( o );
-  cpPlugins_Demangle_Mesh_Meshes( o, _ITK_2_VTK, 2, );
-  cpPlugins_Demangle_Mesh_Meshes( o, _ITK_2_VTK, 3, );
+  cpPlugins_Demangle_Mesh_Meshes( o, _ITK_2_VTK, 2, )
+    cpPlugins_Demangle_Mesh_Meshes( o, _ITK_2_VTK, 3, )
   {
     this->m_VTK = NULL;
 
@@ -167,7 +167,7 @@ _ITK_2_VTK( _TMesh* mesh )
     vcells->InsertNextCell( cell->GetNumberOfPoints( ) );
     for( auto k = cell->PointIdsBegin( ); k != cell->PointIdsEnd( ); ++k )
       vcells->InsertCellPoint( IndexMap[ *k ] );
-    
+
   } // rof
 
   // Final assignations