From 87212cfb034a92cc83acfeea751f076a84c12779 Mon Sep 17 00:00:00 2001 From: acrovato <a.crovato@uliege.be> Date: Tue, 21 Sep 2021 15:25:09 +0200 Subject: [PATCH] format --- tbox/src/wMshDeform.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tbox/src/wMshDeform.cpp b/tbox/src/wMshDeform.cpp index 4d6c1c1..bb740c9 100644 --- a/tbox/src/wMshDeform.cpp +++ b/tbox/src/wMshDeform.cpp @@ -34,8 +34,8 @@ using namespace tbox; MshDeform::MshDeform(std::shared_ptr<MshData> _msh, int _nDim, int nthrds) : wSharedObject(), nDim(_nDim), - field(false), fixed(false), moving(false), - msh(_msh), nthreads(nthrds) + field(false), fixed(false), moving(false), + msh(_msh), nthreads(nthrds) { // Check problem dimension if (nDim != 2 && nDim != 3) @@ -497,7 +497,8 @@ void MshDeform::deform() e->update(); for (auto e : intBndElems) e->update(); - std::cout << "done\n" << std::endl; + std::cout << "done\n" + << std::endl; } /** -- GitLab