Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PhrygianGates committed Sep 1, 2023
1 parent a32538a commit 66eb42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Gradient/MemberFunctions.C
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ int main() {

auto d_fn4 = clad::gradient(fn4);
d_fn4.execute(sf3, &d_sf);
printf("%.2f", sf3.x); //CHECK-EXEC: 4.00
printf("%.2f", d_sf.x); //CHECK-EXEC: 3.00

auto d_const_volatile_lval_ref_mem_fn_i = clad::gradient(&SimpleFunctions::const_volatile_lval_ref_mem_fn, "i");

Expand Down

0 comments on commit 66eb42b

Please sign in to comment.