Skip to content
Snippets Groups Projects
Commit 7f49950f authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Initialize variable theFather

parent ca9774d3
No related branches found
No related tags found
1 merge request!196Feature/reduce warnings clang13
Pipeline #40245 passed
......@@ -1264,6 +1264,8 @@ static INT CheckElementSubdomains (GRID *theGrid, ELEMENT *theElement, INT *Node
}
else if (EFATHER(theElement)!=NULL)
{
theFather = EFATHER(theElement);
/* extended check on higher levels */
for (i=0; i<EDGES_OF_ELEM(theElement); i++)
{
......
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