Skip to content
Snippets Groups Projects
Commit f8ea14f1 authored by Gauthier Becker's avatar Gauthier Becker
Browse files

Change the computation of interface key creation to allow the use of

more than 2 int
parent 6091f563
No related branches found
No related tags found
No related merge requests found
......@@ -185,7 +185,7 @@ class dofManager{
{
if (fixed.find(key) != fixed.end()) return;
if (constraints.find(key) != constraints.end()) return;
if (ghostByDof.find(key) != ghostByDof.end()) return;
if (ghostByDof.find(key) != ghostByDof.end()) return;
std::map<Dof, int> :: iterator it = unknown.find(key);
if (it == unknown.end()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment