From: Eduardo DAVILA Date: Thu, 13 Apr 2023 12:39:56 +0000 (+0200) Subject: Clean code X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=b48b0e1c79964a01fb7648f25af7cada64247a1a;p=creaVtk.git Clean code --- diff --git a/appli/myFierceAppli/main.cxx b/appli/myFierceAppli/main.cxx index a572153..b7c7f50 100644 --- a/appli/myFierceAppli/main.cxx +++ b/appli/myFierceAppli/main.cxx @@ -2,7 +2,7 @@ # --------------------------------------------------------------------- # # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image -# pour la Santé) +# 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 @@ -32,7 +32,7 @@ #include // for std::cout int main() { - printf("..Hi..!\n"); + printf("...Hi..!\n"); double u=5.; double v=10.; diff --git a/bbtk_creaVtk_PKG/.DS_Store b/bbtk_creaVtk_PKG/.DS_Store new file mode 100644 index 0000000..220c1c2 Binary files /dev/null and b/bbtk_creaVtk_PKG/.DS_Store differ