Skip to content

Commit

Permalink
Fix Jacobian/TemplateFunctors test
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailMihov committed Mar 19, 2024
1 parent 88ec7cd commit c62abb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Jacobian/TemplateFunctors.C
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ template <> struct Experiment<long double> {
// CHECK-NEXT: {
// CHECK-NEXT: jacobianMatrix[{{0U|0UL}}] += this->x * this->y * 1 * j * i;
// CHECK-NEXT: jacobianMatrix[{{0U|0UL}}] += this->x * this->y * i * 1 * j;
// CHECK-NEXT: jacobianMatrix[{{0U|1UL}}] += this->x * this->y * i * i * 1;
// CHECK-NEXT: jacobianMatrix[{{1U|1UL}}] += this->x * this->y * i * i * 1;
// CHECK-NEXT: }
// CHECK-NEXT: }

Expand Down

0 comments on commit c62abb7

Please sign in to comment.