26aed9a599592d9b0b1598ca47eeb23ea7fb2972
[GPU.git] / WCudaMSE / Tuto_CppTest / src / cpp / core / standard / scalar / scalar.h
1 #ifndef SCALAR_H
2 #define SCALAR_H
3
4 double sum(double x1,double x2);
5 double fois(double x1,double x2);
6
7 #endif
8
9 /*----------------------------------------------------------------------*\
10 |* End *|
11 \*---------------------------------------------------------------------*/
12
13