Ajout des cas de tests pour les TP non-graphiques. Cleanage en tous genres.
[GPU.git] / WCudaMSE / Student_Cuda / src / cpp / core / 03_Histogramme / Histogramme.cu
index 07bc577..9c1ef53 100644 (file)
@@ -122,7 +122,7 @@ uchar* createTabInput(int size)
 
 bool histogramme()
     {
-    cout << "hisogramme() ..." << endl;
+    cout << endl << "histogramme() ..." << endl;
 
     Chronos chronos;
     chronos.start();