From bf337714cac5b3e012e5b93964341ba00ac616c8 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Mon, 10 May 2021 11:29:01 +0200 Subject: [PATCH] Step 77: add typename --- examples/step-77/step-77.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/step-77/step-77.cc b/examples/step-77/step-77.cc index 61212bfebf..fb88badff6 100644 --- a/examples/step-77/step-77.cc +++ b/examples/step-77/step-77.cc @@ -554,7 +554,8 @@ namespace Step77 // reach; but you might want to look into what other members the // SUNDIALS::KINSOL::AdditionalData class has and play with them). { - SUNDIALS::KINSOL>::AdditionalData additional_data; + typename SUNDIALS::KINSOL>::AdditionalData + additional_data; additional_data.function_tolerance = target_tolerance; SUNDIALS::KINSOL> nonlinear_solver(additional_data); -- 2.39.5