From 98b8e40a5c41b255824b0aec3be59d99ad6b05b5 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Thu, 6 Oct 2022 11:25:30 +0200 Subject: [PATCH] Clean code --- bbtk_creaVtk_PKG/src/bbcreaVtkActor.cxx | 1 - bbtk_creaVtk_PKG/src/bbcreaVtkMeshDeformation.cxx | 12 ++++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/bbtk_creaVtk_PKG/src/bbcreaVtkActor.cxx b/bbtk_creaVtk_PKG/src/bbcreaVtkActor.cxx index 84e89e6..15726ec 100644 --- a/bbtk_creaVtk_PKG/src/bbcreaVtkActor.cxx +++ b/bbtk_creaVtk_PKG/src/bbcreaVtkActor.cxx @@ -32,7 +32,6 @@ void Actor::Process() // bbSetOutputOut( bbGetInputIn() ); // std::cout << "Output value = " <GetPoints(); long i,size=points->GetNumberOfPoints(); double p[3]; // point @@ -151,6 +155,7 @@ void MeshDeformation::bbUserSetDefaultValues() backLstCenter.push_back(0); backLstCenter.push_back(0); } + //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== @@ -164,19 +169,18 @@ void MeshDeformation::bbUserInitializeProcessing() } + //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== void MeshDeformation::bbUserFinalizeProcessing() { - // THE FINALIZATION METHOD BODY : // Here does nothing // but this is where you should desallocate the internal/output pointers // if any - } -} -// EO namespace bbcreaVtk + +}// EO namespace bbcreaVtk -- 2.45.1