Ajout des cas de tests pour les TP non-graphiques. Cleanage en tous genres.
[GPU.git] / WCudaMSE / Student_Cuda / src / cpp / core / 04_MonteCarlo / MonteCarlo.h
diff --git a/WCudaMSE/Student_Cuda/src/cpp/core/04_MonteCarlo/MonteCarlo.h b/WCudaMSE/Student_Cuda/src/cpp/core/04_MonteCarlo/MonteCarlo.h
new file mode 100644 (file)
index 0000000..3cd33ec
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef MONTE_CARLO_H
+#define MONTE_CARLO_H
+
+bool monteCarlo();
+
+#endif