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

format

parent 1ab0d79f
Branches feat_amgcl
No related tags found
1 merge request!1amfe - v1.0.1
Pipeline #4183 passed
......@@ -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;
}
/**
......
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