From 8012736db0927ebace353ba79feb7adc918f4821 Mon Sep 17 00:00:00 2001 From: Caleb Schilly Date: Mon, 16 Dec 2024 09:36:27 -0500 Subject: [PATCH] #714: fix problem number --- .../solvers_nonlinear/problems/problem7.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/functional_small/solvers_nonlinear/problems/problem7.hpp b/tests/functional_small/solvers_nonlinear/problems/problem7.hpp index d565a9f37..047439f48 100644 --- a/tests/functional_small/solvers_nonlinear/problems/problem7.hpp +++ b/tests/functional_small/solvers_nonlinear/problems/problem7.hpp @@ -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 -struct Problem6 +struct Problem7 { using scalar_type = double; using state_type = Tpetra::Vector<>;