diff --git a/Src/Kernels/Chebyshev/FChebSymM2LHandler.hpp b/Src/Kernels/Chebyshev/FChebSymM2LHandler.hpp index 3b1463ab46f8807b07ce28d4e0fca5ed3db7d2bc..8360afb38646763b4ecc0a068abecff62f301f9c 100644 --- a/Src/Kernels/Chebyshev/FChebSymM2LHandler.hpp +++ b/Src/Kernels/Chebyshev/FChebSymM2LHandler.hpp @@ -21,12 +21,14 @@ #include "Utils/FBlas.hpp" -#include "Utils/FAca.hpp" #include "FChebTensor.hpp" #include "../Interpolation/FInterpSymmetries.hpp" #include "FChebM2LHandler.hpp" +#include "Utils/FAca.hpp" + + /** * @author Matthias Messner (matthias.matthias@inria.fr) * Please read the license @@ -125,9 +127,9 @@ static void precompute(const MatrixKernelClass *const MatrixKernel, const FReal unsigned int rank; #ifdef FULLY_PIVOTED_ACASVD - FAca::pACA(U, nnodes, nnodes, Epsilon, UU, VV, rank); + FAca::fACA(U, nnodes, nnodes, Epsilon, UU, VV, rank); #else - FAca::fACA(Computer, nnodes, nnodes, Epsilon, UU, VV, rank); + FAca::pACA(Computer, nnodes, nnodes, Epsilon, UU, VV, rank); #endif // QR decomposition