From: eduardo.davila@creatis.insa-lyon.fr Date: Mon, 25 Nov 2024 15:29:04 +0000 (+0100) Subject: Clean code X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=34578bee77758fa081dc8a02dbc2e196c65dc893;p=creaVtk.git Clean code --- diff --git a/bbtk_creaVtk_PKG/src/bbcreaVtkImageDataStructuredPoints.cxx b/bbtk_creaVtk_PKG/src/bbcreaVtkImageDataStructuredPoints.cxx index 9f0ccec..b9b7c98 100644 --- a/bbtk_creaVtk_PKG/src/bbcreaVtkImageDataStructuredPoints.cxx +++ b/bbtk_creaVtk_PKG/src/bbcreaVtkImageDataStructuredPoints.cxx @@ -34,21 +34,20 @@ void ImageDataStructuredPoints::bbUserSetDefaultValues() bbSetInputData5(NULL); bbSetInputData6(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 ImageDataStructuredPoints::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 ImageDataStructuredPoints::bbUserFinalizeProcessing() { - } -} -// EO namespace bbcreaVtk + +}// EO namespace bbcreaVtk