]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid a warning about an unused variable. 18183/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 28 Feb 2025 16:58:05 +0000 (09:58 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 28 Feb 2025 16:58:59 +0000 (09:58 -0700)
include/deal.II/numerics/nonlinear.h

index fa5fd843860054eed1247fa2404e1b170f05ecc4..4ba2d7dfcc2965f6219fe5ec13ec042b1dc2415c 100644 (file)
@@ -412,6 +412,8 @@ void
 NonlinearSolverSelector<VectorType>::set_data(
   const AdditionalData &additional_data)
 {
+  (void)additional_data;
+
 #ifdef DEAL_II_WITH_SUNDIALS
   // These if statements pass on the strategy to the other nonlinear solvers
   if (additional_data.strategy ==

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.