From f0208631b72d804fd18e692a4f96acea88709023 Mon Sep 17 00:00:00 2001 From: dsarrut Date: Wed, 7 Jul 2010 06:56:29 +0000 Subject: [PATCH] cosmetic --- common/vvFromITK.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/common/vvFromITK.h b/common/vvFromITK.h index 4add891..8187051 100644 --- a/common/vvFromITK.h +++ b/common/vvFromITK.h @@ -17,11 +17,15 @@ ======================================================================-====*/ #ifndef VVIMAGEFROMITK_H #define VVIMAGEFROMITK_H + +// vv #include "vvImage.h" -//#include + +// itk #include #include +//------------------------------------------------------------------------------ /**Converts the itk image to vv, handling the 4D problem * The time_sequence boolean specifies that the image is to be interpreted as a time sequence, * even if its dim is < 4. */ @@ -103,5 +107,6 @@ template vvImage::Pointer vvImageFromITK(type } return vv_image; } +//------------------------------------------------------------------------------ #endif //vvImageFromITK -- 2.47.1