From 63784dab5fdf7fe84fd93f2caeef43b8524f7389 Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Wed, 17 Oct 2018 20:08:06 -0700 Subject: [PATCH] Update NN3DWalkersTimeWarpBase.h Fix issue #1940, see https://github.com/bulletphysics/bullet3/issues/1940 --- examples/Evolution/NN3DWalkersTimeWarpBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Evolution/NN3DWalkersTimeWarpBase.h b/examples/Evolution/NN3DWalkersTimeWarpBase.h index c134ac606..0a237ee98 100644 --- a/examples/Evolution/NN3DWalkersTimeWarpBase.h +++ b/examples/Evolution/NN3DWalkersTimeWarpBase.h @@ -52,7 +52,7 @@ static double /*7*/ CENTUPLE_SPEED = 100; static double /*8*/ QUINCENTUPLE_SPEED = 500; static double /*9*/ MILLITUPLE_SPEED = 1000; static double /*0*/ MAX_SPEED = MILLITUPLE_SPEED; -static double /**/ NUM_SPEEDS = 11; +static double /**/ NUM_SPEEDS = 10; }; // namespace SimulationSpeeds // add speeds from the namespace here