Rippling CUDA Warmup et Smart.
[GPU.git] / WCudaMSE / Student_Cuda_Image / src / cpp / core / 00_Rippling_warmup / Rippling0Provider.h
index bc730be..48b9ab3 100755 (executable)
@@ -18,12 +18,12 @@ class Rippling0Provider
 \r
        static Rippling0Image* createGL(void)\r
            {\r
-            float dt = 2*PI/1000; // animation para\r
+            float dt = 2 * PI / 1000; // animation para\r
 \r
-           int dw = 16 * 60; // =32*30=960\r
-           int dh = 16 * 60; // =32*30=960\r
+            int dw = 16 * 60; // =32*30=960\r
+            int dh = 16 * 60; // =32*30=960\r
 \r
-           return new Rippling0Image(dw, dh, dt);\r
+            return new Rippling0Image(dw, dh, dt);\r
            }\r
 \r
     };\r