Labo "Produit Scalaire".
[GPU.git] / WCudaMSE / Student_Cuda / src / cpp / core / mainCore.cpp
index 05a7e99..d16b105 100755 (executable)
@@ -2,11 +2,10 @@
 #include <stdlib.h>
 using namespace std;
 
+#include "02_ProduitScalaire/ProduitScalaire.h"
+
 extern bool useHello();
 extern bool addVectors();
-extern bool produitScalaire();
-
-int mainCore();
 
 int mainCore()
     {