Skip to content

Commit

Permalink
Update interface/ceed-elemrestriction.c
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
  • Loading branch information
rezgarshakeri and jeremylt committed Feb 4, 2022
1 parent 30906e3 commit 1635b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/ceed-elemrestriction.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ int CeedElemRestrictionCreateOriented(Ceed ceed, CeedInt num_elem,
CeedElemRestriction *rstr) {
int ierr;

if (!ceed->ElemRestrictionCreate) {
if (!ceed->ElemRestrictionCreateOriented) {
Ceed delegate;
ierr = CeedGetObjectDelegate(ceed, &delegate, "ElemRestriction");
CeedChk(ierr);
Expand Down

0 comments on commit 1635b39

Please sign in to comment.