From b11f6ad26dd32c42248d489d995747f3c3556938 Mon Sep 17 00:00:00 2001 From: "erwin.coumans" Date: Tue, 20 Dec 2011 18:12:52 +0000 Subject: [PATCH] enable the OpenCL test for SoftDemo --- Demos/SoftDemo/SoftDemo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demos/SoftDemo/SoftDemo.cpp b/Demos/SoftDemo/SoftDemo.cpp index 90457c176..918423c1f 100644 --- a/Demos/SoftDemo/SoftDemo.cpp +++ b/Demos/SoftDemo/SoftDemo.cpp @@ -2207,7 +2207,7 @@ void SoftDemo::initPhysics() if( g_softBodyOutput ) delete g_softBodyOutput; - if (0) + if (1) { g_openCLSIMDSolver = new btOpenCLSoftBodySolverSIMDAware( g_cqCommandQue, g_cxMainContext); // g_openCLSIMDSolver = new btOpenCLSoftBodySolver( g_cqCommandQue, g_cxMainContext);