Skip to content

Commit

Permalink
Merge branch 'fix_grad_mat' into 'master'
Browse files Browse the repository at this point in the history
Fix CreateGradient

See merge request jschoeberl/ngsolve!647
  • Loading branch information
JSchoeberl committed Jun 28, 2019
2 parents 7cb8f21 + e84d0a7 commit b09e602
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion comp/hcurlhofespace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3447,7 +3447,8 @@ namespace ngcomp
}
fesh1->UpdateDofTables();
fesh1->UpdateCouplingDofArray();

fesh1->FinalizeUpdate(lh);

return fesh1;
}

Expand Down

0 comments on commit b09e602

Please sign in to comment.