changeset 1767:1a68c05eeadf draft

minor fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 23 Nov 2013 01:28:59 +0900
parents 71bf632092c8
children 8dcaafc9b7a6
files TaskManager/test/GpuRunTest/GpuRunTest.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/TaskManager/test/GpuRunTest/GpuRunTest.cc	Sat Nov 23 01:14:06 2013 +0900
+++ b/TaskManager/test/GpuRunTest/GpuRunTest.cc	Sat Nov 23 01:28:59 2013 +0900
@@ -8,8 +8,8 @@
 #include "Func.h"
 
 #define DEFAULT 5
-static int length = DEFAULT;
-static int times = 2;
+static long length = DEFAULT;
+static long times = 2;
 static int task = 1;
 static CPU_TYPE spe_cpu = SPE_ANY;
 extern void gpu_task_init(void);