From 0ebd55a20524d5ebfd8668696f392ac72fd6d9f6 Mon Sep 17 00:00:00 2001 From: "eduardo.davila@creatis.insa-lyon.fr" Date: Tue, 12 Nov 2024 17:53:48 +0100 Subject: [PATCH] Clean code --- bbtk_creaVtk_PKG/src/bbcreaVtkImageAppendComponents.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bbtk_creaVtk_PKG/src/bbcreaVtkImageAppendComponents.cxx b/bbtk_creaVtk_PKG/src/bbcreaVtkImageAppendComponents.cxx index bcdc510..442bd37 100644 --- a/bbtk_creaVtk_PKG/src/bbcreaVtkImageAppendComponents.cxx +++ b/bbtk_creaVtk_PKG/src/bbcreaVtkImageAppendComponents.cxx @@ -54,7 +54,8 @@ void ImageAppendComponents::bbUserSetDefaultValues() bbSetInputIn2(NULL); bbSetInputIn3(NULL); } -//===== + +//===== // 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 ImageAppendComponents::bbUserInitializeProcessing() @@ -64,7 +65,8 @@ void ImageAppendComponents::bbUserInitializeProcessing() // but this is where you should allocate the internal/output pointers // if any } -//===== + +//===== // 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 ImageAppendComponents::bbUserFinalizeProcessing() -- 2.47.1