From 2791df737956d25f343ed1dd23a516ad3c981dfc Mon Sep 17 00:00:00 2001
From: berenger-bramas <berenger-bramas@2616d619-271b-44dc-8df4-d4a8f33a7222>
Date: Fri, 10 Feb 2012 13:44:54 +0000
Subject: [PATCH] Git crashed.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/scalfmm/scalfmm/trunk@370 2616d619-271b-44dc-8df4-d4a8f33a7222
---
 Src/Kernels/FSphericalKernel.hpp | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/Src/Kernels/FSphericalKernel.hpp b/Src/Kernels/FSphericalKernel.hpp
index dd8031075..39596e64e 100644
--- a/Src/Kernels/FSphericalKernel.hpp
+++ b/Src/Kernels/FSphericalKernel.hpp
@@ -102,20 +102,6 @@ public:
         }
     }
 
-    /** Before Downward */
-    void M2L(CellClass* const FRestrict local, const CellClass* distantNeighbors[189],
-             const FTreeCoordinate neighborsRelativePositions[189],
-             const int size, const int inLevel) {
-        // For all neighbors compute M2L
-        for(int idxNeigh = 0 ; idxNeigh < size ; ++idxNeigh){
-            const FComplexe* const transitionVector = &preM2LTransitions[inLevel + Parent::periodicLevels]
-                                                        [indexM2LTransition(neighborsRelativePositions[idxNeigh].getX(),
-                                                                            neighborsRelativePositions[idxNeigh].getY(),
-                                                                            neighborsRelativePositions[idxNeigh].getZ())];
-
-            multipoleToLocal(local->getLocal(), distantNeighbors[idxNeigh]->getMultipole(), transitionVector);
-        }
-    }
 
 
     /** M2L
-- 
GitLab