Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
landinjm committed Jan 6, 2025
1 parent d929714 commit d8c51ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/core/nonlinearity.cc
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,9 @@ TEST_CASE("Nonlinearity criterion")
set_variable_type(3, SCALAR);
set_variable_equation_type(3, TIME_INDEPENDENT);

set_dependencies_value_term_LHS(3, "grad(phi)");
set_dependencies_value_term_LHS(3, "");
set_dependencies_gradient_term_LHS(3, "grad(change(eta))");
set_dependencies_value_term_RHS(3, "");
set_dependencies_value_term_RHS(3, "grad(phi)");
set_dependencies_gradient_term_RHS(3, "grad(eta)");
}

Expand Down

0 comments on commit d8c51ce

Please sign in to comment.