Skip to content

Commit

Permalink
#714: fix problem number
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Dec 16, 2024
1 parent 9c4da5a commit 8012736
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

#ifndef NONLINEAR_SOLVERS_TESTS_PROBLEM6_HPP_
#define NONLINEAR_SOLVERS_TESTS_PROBLEM6_HPP_
#ifndef NONLINEAR_SOLVERS_TESTS_PROBLEM7_HPP_
#define NONLINEAR_SOLVERS_TESTS_PROBLEM7_HPP_

namespace pressio{ namespace solvers{ namespace test{

template<class scalar_t = double>
struct Problem6
struct Problem7
{
using scalar_type = double;
using state_type = Tpetra::Vector<>;
Expand Down

0 comments on commit 8012736

Please sign in to comment.