diff --git a/Src/GroupTree/Core/FGroupTree.hpp b/Src/GroupTree/Core/FGroupTree.hpp
index 7d1886da66e01df7bfae5f22cfc87766608e7612..a0e703d883e56c8045263f3dde5c94571bbdb7a6 100644
--- a/Src/GroupTree/Core/FGroupTree.hpp
+++ b/Src/GroupTree/Core/FGroupTree.hpp
@@ -701,7 +701,10 @@ public:
                 FGroupOfParticles<FReal, NbSymbAttributes, NbAttributesPerParticle, AttributeClass>*const newParticleBlock = new FGroupOfParticles<FReal, NbSymbAttributes, NbAttributesPerParticle, AttributeClass>(currentBlockIndexes[0],
                         currentBlockIndexes[sizeOfBlock-1]+1,
                         sizeOfBlock, lastParticle-firstParticle);
-
+#include <iostream>
+				using namespace std;
+				if(currentBlockIndexes[sizeOfBlock-1]+1 == 511)
+					cout << "Suricate" << endl;
                 // Init cells
                 size_t nbParticlesOffsetBeforeLeaf = 0;
                 FSize offsetParticles = firstParticle;