Skip to content

Commit d483b90

Browse files
committed
removed warning in hanging node
1 parent 6674eae commit d483b90

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/oofemlib/hangingnode.C

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,10 @@ void HangingNode ::postInitialize()
298298
}
299299
}
300300

301-
} else {
302-
OOFEM_WARNING("HangingNode: rotational DOFs only supported for EGT_tetra_1 (linear tetrahedron). Skipping rotational constraint.");
303301
}
302+
/* else { */
303+
/* OOFEM_WARNING("HangingNode: rotational DOFs only supported for EGT_tetra_1 (linear tetrahedron). Skipping rotational constraint."); */
304+
/* } */
304305

305306

306307
}

0 commit comments

Comments
 (0)