From: dsarrut Date: Tue, 15 Feb 2011 10:38:47 +0000 (+0000) Subject: cosmetic X-Git-Tag: v1.2.0~262 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=b9ba052017bdb1396d8c1b0d73487d737485266e;p=clitk.git cosmetic --- diff --git a/common/clitkImageCommon.txx b/common/clitkImageCommon.txx index ca8206e..74f5730 100644 --- a/common/clitkImageCommon.txx +++ b/common/clitkImageCommon.txx @@ -21,7 +21,8 @@ //-------------------------------------------------------------------- template -typename itk::Image::Pointer NewImage1D(int vsize, double vspacing) +typename itk::Image::Pointer +NewImage1D(int vsize, double vspacing) { typedef itk::Image ImageType; typename ImageType::Pointer g = ImageType::New(); @@ -39,7 +40,8 @@ typename itk::Image::Pointer NewImage1D(int vsize, double vspacing) //-------------------------------------------------------------------- template -typename itk::Image::Pointer NewImage2D(int sx, int sy, double dx, double dy) +typename itk::Image::Pointer +NewImage2D(int sx, int sy, double dx, double dy) { typedef itk::Image ImageType; typename ImageType::Pointer g = ImageType::New(); @@ -57,9 +59,11 @@ typename itk::Image::Pointer NewImage2D(int sx, int sy, double dx, } //-------------------------------------------------------------------- + //-------------------------------------------------------------------- template -typename itk::Image::Pointer NewImage3D(int sx, int sy, int sz, double dx, double dy, double dz) +typename itk::Image::Pointer +NewImage3D(int sx, int sy, int sz, double dx, double dy, double dz) { typedef itk::Image ImageType; typename ImageType::Pointer g = ImageType::New(); diff --git a/common/clitkTimer.h b/common/clitkTimer.h index dcc32be..29aca66 100644 --- a/common/clitkTimer.h +++ b/common/clitkTimer.h @@ -17,15 +17,6 @@ ======================================================================-====*/ #ifndef CLITKTIMER_H #define CLITKTIMER_H -/** - =================================================================== - * @file clitkTimer.h - * @author David Sarrut - * @date 18 Jul 2007 16:26:08 - - * @brief - - ===================================================================*/ //#include "clitkCommon.h" #include