X-Git-Url: http://git.euphorik.ch/?p=GPU.git;a=blobdiff_plain;f=WCudaMSE%2FStudent_Cuda%2Fsrc%2Fcpp%2Ftest%2FmainTest.cpp;fp=WCudaMSE%2FStudent_Cuda%2Fsrc%2Fcpp%2Ftest%2FmainTest.cpp;h=d6a5144b05acb7bb7fc0b54d352288dd30264bc3;hp=259f355c3526818b3043d335fae30fae06e12abd;hb=8cb42977ea2d8904795381957474b65f15f46526;hpb=7a1564c56b396cfeb1cbc246fe7b441304364465 diff --git a/WCudaMSE/Student_Cuda/src/cpp/test/mainTest.cpp b/WCudaMSE/Student_Cuda/src/cpp/test/mainTest.cpp index 259f355..d6a5144 100755 --- a/WCudaMSE/Student_Cuda/src/cpp/test/mainTest.cpp +++ b/WCudaMSE/Student_Cuda/src/cpp/test/mainTest.cpp @@ -59,11 +59,11 @@ int mainTest() bool testALL() { - int deviceId=Device::getDeviceId(); + int deviceId = Device::getDeviceId(); Suite testSuite; - testSuite.add(std::auto_ptr < Suite > (new TestHello(deviceId))); + testSuite.add(std::auto_ptr(new TestHello(deviceId))); string titre = "deviceId_" + StringTools::toString(deviceId);