]> Creatis software - clitk.git/blobdiff - tools/clitkWriteDicomSeries.cxx
Change header includion from .h to .cxx file
[clitk.git] / tools / clitkWriteDicomSeries.cxx
index a54d1adaba5e12476708e32cd4fbc70ff23d46b4..f026fef986d6a6eb2ef673b2bbe44197d3f85755 100644 (file)
@@ -1,9 +1,9 @@
 /*=========================================================================
   Program:   vv                     http://www.creatis.insa-lyon.fr/rio/vv
 
-  Authors belong to: 
+  Authors belong to:
   - University of LYON              http://www.universite-lyon.fr/
-  - Léon Bérard cancer center       http://oncora1.lyon.fnclcc.fr
+  - Léon Bérard cancer center       http://www.centreleonberard.fr
   - CREATIS CNRS laboratory         http://www.creatis.insa-lyon.fr
 
   This software is distributed WITHOUT ANY WARRANTY; without even
 
   - BSD        See included LICENSE.txt file
   - CeCILL-B   http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
-======================================================================-====*/
+===========================================================================**/
 
 /* =================================================
  * @file   clitkWriteDicomSeries.cxx
  * @author Jef Vandemeulebroucke
  * @date   4th of August
- * 
+ *
  * @brief Write a volume into a series with the header of another series
- * 
+ *
  ===================================================*/
 
 
 #include "clitkWriteDicomSeries_ggo.h"
 #include "clitkIO.h"
 #include "clitkWriteDicomSeriesGenericFilter.h"
-
+#include "clitkCommon.h"
 
 //--------------------------------------------------------------------
-int main(int argc, char * argv[]) {
+int main(int argc, char * argv[])
+{
 
   // Init command line
   GGO(clitkWriteDicomSeries, args_info);
@@ -42,7 +43,7 @@ int main(int argc, char * argv[]) {
   // Filter
   typedef clitk::WriteDicomSeriesGenericFilter<args_info_clitkWriteDicomSeries> FilterType;
   FilterType::Pointer genericFilter = FilterType::New();
-  
+
   genericFilter->SetArgsInfo(args_info);
   genericFilter->Update();