Skip to content

Commit

Permalink
Update tests/t520-operator.c
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy L Thompson <[email protected]>
  • Loading branch information
jrwrigh and jeremylt authored Oct 11, 2024
1 parent 5ebee35 commit 37acb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/t520-operator.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ int main(int argc, char **argv) {
{ // Test CeedCompositeOperatorGetSubByName
CeedOperator op_byname;

CeedCompositeOperatorGetSubByName(op_mass, "mass_hex", &op_byname);
CeedCompositeOperatorGetSubByName(op_mass, "mass hex", &op_byname);
if (op_byname != op_mass_hex) printf("CeedCompositeOperatorGetSubByName returned incorrect Sub Operator");

CeedCompositeOperatorGetSubByName(op_mass, "asdf", &op_byname);
Expand Down

0 comments on commit 37acb4f

Please sign in to comment.