Ajout du TP "Produit scalaire".
[GPU.git] / WCudaMSE / Student_Cuda / src / cpp / test / mainTest.cpp
index 259f355..d6a5144 100755 (executable)
@@ -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<Suite>(new TestHello(deviceId)));
 
     string titre = "deviceId_" + StringTools::toString(deviceId);