Skip to content
Snippets Groups Projects
Commit baf2c03b authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

explicitly set nodeData, edgeData, elemData to 0

parent 5fffab22
No related branches found
No related tags found
1 merge request!176Rip out the Format data structure and large parts of the UG3 algebra
......@@ -920,6 +920,9 @@ void NS_DIM_PREFIX InitCurrMG (MULTIGRID *MG)
auto& dddctrl = ddd_ctrl(MG->dddContext());
dddctrl.currMG = MG;
dddctrl.nodeData = 0;
dddctrl.edgeData = 0;
dddctrl.elemData = 0;
dddctrl.sideData = VEC_DEF_IN_OBJ_OF_MG(dddctrl.currMG,SIDEVEC);
if (dddctrl.currFormat == NULL)
......
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