Missing parameters file.
[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