Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / BilatTools_Cuda_Image / src / main.cpp
1 #include <iostream>
2 #include <stdlib.h>
3
4 using std::cout;
5 using std::endl;
6
7 /*----------------------------------------------------------------------*\
8 |* Importation *|
9 \*---------------------------------------------------------------------*/
10
11
12
13 /*----------------------------------------------------------------------*\
14 |* Implementation *|
15 \*---------------------------------------------------------------------*/
16
17 /*--------------------------------------*\
18 |* Public *|
19 \*-------------------------------------*/
20
21 int main(void)
22 {
23 cout<<"BilatTools_Cuda_Image"<<endl;
24
25 return EXIT_SUCCESS;
26 }
27
28 /*----------------------------------------------------------------------*\
29 |* End *|
30 \*---------------------------------------------------------------------*/
31