Skip to content

Commit

Permalink
tidy - minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylt committed Nov 18, 2024
1 parent 3ca5a6e commit 678eb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/ceed-preconditioning.c
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,8 @@ static int CeedSingleOperatorAssembleSymbolic(CeedOperator op, CeedInt offset, C
CeedElemRestriction elem_rstr_in, elem_rstr_out, index_elem_rstr_in, index_elem_rstr_out;

CeedCall(CeedOperatorIsComposite(op, &is_composite));
CeedCheck(!is_composite, ceed, CEED_ERROR_UNSUPPORTED, "Composite operator not supported");
CeedCall(CeedOperatorGetCeed(op, &ceed));
CeedCheck(!is_composite, ceed, CEED_ERROR_UNSUPPORTED, "Composite operator not supported");

CeedCall(CeedOperatorGetActiveVectorLengths(op, &num_nodes_in, &num_nodes_out));
CeedCall(CeedOperatorGetActiveElemRestrictions(op, &elem_rstr_in, &elem_rstr_out));
Expand Down

0 comments on commit 678eb5c

Please sign in to comment.