From a3d358487e9470618f515ba42e2a5f9a5d0700c8 Mon Sep 17 00:00:00 2001 From: Luka Stanisic <luka.stanisic@inria.fr> Date: Tue, 9 Feb 2016 16:53:46 +0100 Subject: [PATCH] Unabled RANDOM_PARTICLES as Berenger suggested, in order to run different types of tests --- Tests/GroupTree/testBlockedUniform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/GroupTree/testBlockedUniform.cpp b/Tests/GroupTree/testBlockedUniform.cpp index 842e10cd9..29c3535df 100644 --- a/Tests/GroupTree/testBlockedUniform.cpp +++ b/Tests/GroupTree/testBlockedUniform.cpp @@ -43,7 +43,7 @@ #include <memory> -//#define RANDOM_PARTICLES +#define RANDOM_PARTICLES int main(int argc, char* argv[]){ const FParameterNames LocalOptionBlocSize { {"-bs"}, "The size of the block of the blocked tree"}; -- GitLab