From a54eab57490cc6b956548c0f7b5418f76a4b172a Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Wed, 14 Oct 2009 15:40:33 +0000 Subject: [PATCH] no newline at end of file --- lib/Surface.cxx | 3 ++- lib/Surface.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/Surface.cxx b/lib/Surface.cxx index d1bf681..ac7467d 100644 --- a/lib/Surface.cxx +++ b/lib/Surface.cxx @@ -951,4 +951,5 @@ Returns the filtered image vtkActor* Surface::getSurface() { return surfaceResult; -} \ No newline at end of file +} + diff --git a/lib/Surface.h b/lib/Surface.h index 49b6724..ed7a826 100644 --- a/lib/Surface.h +++ b/lib/Surface.h @@ -63,4 +63,5 @@ class Surface The type of image being viewed */ int imageType; -}; \ No newline at end of file +}; + -- 2.45.0