Skip to content
Snippets Groups Projects
Commit 87212cfb authored by Adrien Crovato's avatar Adrien Crovato
Browse files

format

parent 1ab0d79f
No related branches found
Tags v1.0.1
1 merge request!1amfe - v1.0.1
Pipeline #4183 passed
...@@ -34,8 +34,8 @@ using namespace tbox; ...@@ -34,8 +34,8 @@ using namespace tbox;
MshDeform::MshDeform(std::shared_ptr<MshData> _msh, MshDeform::MshDeform(std::shared_ptr<MshData> _msh,
int _nDim, int nthrds) : wSharedObject(), nDim(_nDim), int _nDim, int nthrds) : wSharedObject(), nDim(_nDim),
field(false), fixed(false), moving(false), field(false), fixed(false), moving(false),
msh(_msh), nthreads(nthrds) msh(_msh), nthreads(nthrds)
{ {
// Check problem dimension // Check problem dimension
if (nDim != 2 && nDim != 3) if (nDim != 2 && nDim != 3)
...@@ -497,7 +497,8 @@ void MshDeform::deform() ...@@ -497,7 +497,8 @@ void MshDeform::deform()
e->update(); e->update();
for (auto e : intBndElems) for (auto e : intBndElems)
e->update(); e->update();
std::cout << "done\n" << std::endl; std::cout << "done\n"
<< std::endl;
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment