X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=WCudaMSE%2FTuto_CppTest%2Fsrc%2Fcpp%2Fcore%2Fstandard%2Fscalar%2Fscalar.h;fp=WCudaMSE%2FTuto_CppTest%2Fsrc%2Fcpp%2Fcore%2Fstandard%2Fscalar%2Fscalar.h;h=26aed9a599592d9b0b1598ca47eeb23ea7fb2972;hb=8d08c12b29c2a14684f35c023ee39e694bb80d25;hp=0000000000000000000000000000000000000000;hpb=226de81f7e1f1fbf4ac79d0d089e8a05ec7159a0;p=GPU.git diff --git a/WCudaMSE/Tuto_CppTest/src/cpp/core/standard/scalar/scalar.h b/WCudaMSE/Tuto_CppTest/src/cpp/core/standard/scalar/scalar.h new file mode 100755 index 0000000..26aed9a --- /dev/null +++ b/WCudaMSE/Tuto_CppTest/src/cpp/core/standard/scalar/scalar.h @@ -0,0 +1,13 @@ +#ifndef SCALAR_H +#define SCALAR_H + +double sum(double x1,double x2); +double fois(double x1,double x2); + +#endif + +/*----------------------------------------------------------------------*\ + |* End *| + \*---------------------------------------------------------------------*/ + +