From 11d14b202546fbc3a3f29de5275809c8ab20ad8a Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Thu, 15 Oct 2009 09:18:21 +0000 Subject: [PATCH] no newline at end of file --- PackRecalage/src/bbPackRecalageReSlicerBox.cxx | 3 ++- lib/Convolution.h | 3 ++- lib/Substraction.h | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PackRecalage/src/bbPackRecalageReSlicerBox.cxx b/PackRecalage/src/bbPackRecalageReSlicerBox.cxx index 9aa9424..57607c1 100644 --- a/PackRecalage/src/bbPackRecalageReSlicerBox.cxx +++ b/PackRecalage/src/bbPackRecalageReSlicerBox.cxx @@ -71,4 +71,5 @@ void ReSlicerBox::bbUserFinalizeProcessing() imageResult->Delete(); } } -// EO namespace bbPackRecalage \ No newline at end of file +// EO namespace bbPackRecalage + diff --git a/lib/Convolution.h b/lib/Convolution.h index b9e752c..5de8819 100644 --- a/lib/Convolution.h +++ b/lib/Convolution.h @@ -34,4 +34,5 @@ class Convolution //Casting Filter vtkImageCast *_cast; -}; \ No newline at end of file +}; + diff --git a/lib/Substraction.h b/lib/Substraction.h index b8f5cfb..85a3991 100644 --- a/lib/Substraction.h +++ b/lib/Substraction.h @@ -81,4 +81,5 @@ class Substraction Image type */ int imageType; -}; \ No newline at end of file +}; + -- 2.45.0