X-Git-Url: http://git.euphorik.ch/?p=GPU.git;a=blobdiff_plain;f=WCudaMSE%2FStudent_Cuda_Image%2Fsrc%2Fcpp%2Fcore%2F01_Rippling%2Fprovider%2FRipplingProvider.cpp;h=cade757570d693a2364008a4aeefccce06f15ab4;hp=772073fe58a016b17bc5f53ff3e49866202c7165;hb=3e601cb6c0cc2c5b3a9b30ebf3ad1102e53c0e0b;hpb=b1138708dfa104f784170fcf2d50989156e5c5d0 diff --git a/WCudaMSE/Student_Cuda_Image/src/cpp/core/01_Rippling/provider/RipplingProvider.cpp b/WCudaMSE/Student_Cuda_Image/src/cpp/core/01_Rippling/provider/RipplingProvider.cpp index 772073f..cade757 100755 --- a/WCudaMSE/Student_Cuda_Image/src/cpp/core/01_Rippling/provider/RipplingProvider.cpp +++ b/WCudaMSE/Student_Cuda_Image/src/cpp/core/01_Rippling/provider/RipplingProvider.cpp @@ -31,10 +31,9 @@ Rippling* RipplingProvider::createMOO() { - float dt = 1; - - int dw = 16 * 60; // =32*30=960 - int dh = 16 * 60; // =32*30=960 + const float dt = 1; + const int dw = 16 * 60; // =32*30=960 + const int dh = 16 * 60; // =32*30=960 return new Rippling(dw, dh, dt); }