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
1 #ifndef MONTE_CARLO_H
2 #define MONTE_CARLO_H
3
4 bool monteCarlo();
5
6 #endif