From 09e31918f89645374e894c609a4372380e48c195 Mon Sep 17 00:00:00 2001 From: Emilie Marchandise <emilie.marchandise@uclouvain.be> Date: Fri, 14 Oct 2011 14:16:50 +0000 Subject: [PATCH] --- Solver/multiscaleLaplace.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Solver/multiscaleLaplace.cpp b/Solver/multiscaleLaplace.cpp index a7e8d5e036..68817c620a 100644 --- a/Solver/multiscaleLaplace.cpp +++ b/Solver/multiscaleLaplace.cpp @@ -910,8 +910,8 @@ multiscaleLaplace::multiscaleLaplace (std::vector<MElement *> &elements, //Split the mesh in left and right //or Cut the mesh in left and right - //splitElems(elements); - cutElems(elements); + splitElems(elements); + //cutElems(elements); } -- GitLab