]> Creatis software - crea.git/blobdiff - samples/creaSample_preprocessor/main.cxx
#3374 crea Bug New Normal - vtk8itk5wx3-mingw64
[crea.git] / samples / creaSample_preprocessor / main.cxx
index 60647a931c946a5c0b22a31238b91148a2d4482a..6496c7e52840b05001de79d6e62dc238cd3fdd83 100644 (file)
@@ -4,6 +4,8 @@
 # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image 
 #                        pour la Santé)
 # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
+# Previous Authors : Laurent Guigues, Jean-Pierre Roux
+# CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil
 #
 #  This software is governed by the CeCILL-B license under French law and 
 #  abiding by the rules of distribution of free software. You can  use, 
 #
 #  The fact that you are presently reading this means that you have had
 #  knowledge of the CeCILL-B license and that you accept its terms.
-# ------------------------------------------------------------------------ */ 
+# ------------------------------------------------------------------------ 
+*/ 
 
 #include <creaSystem.h>
 
 int main(int argc, char* argv[])
-{      
+{
  std::cout << "** creaSample_preprocessor : begin of main "<<std::endl;
 
 #if defined (DEF1)
@@ -46,4 +49,5 @@ int main(int argc, char* argv[])
 
        
  std::cout << "** creaSample_preprocessor : end of main "<<std::endl;
+
 }