]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Don't use implementation-reserved double underscores 15870/head
authorSebastian Proell <sebastian.proell@tum.de>
Fri, 11 Aug 2023 09:04:20 +0000 (11:04 +0200)
committerSebastian Proell <sebastian.proell@tum.de>
Fri, 11 Aug 2023 09:04:20 +0000 (11:04 +0200)
include/deal.II/trilinos/nox.templates.h

index 9004c5ced4894ee40d0110703e766141e995420c..98df8ffb7e155ae39ef25ebccc6b3706d72c31be 100644 (file)
@@ -836,17 +836,17 @@ namespace TrilinosWrappers
               else
                 {
                   // unwrap the various vectors
-                  const VectorType &x__ = *dynamic_cast<
+                  const VectorType &x = *dynamic_cast<
                     const internal::NOXWrappers::Vector<VectorType> *>(
                     &problem.getSolutionGroup().getX());
-                  const VectorType &f__ = *dynamic_cast<
+                  const VectorType &f = *dynamic_cast<
                     const internal::NOXWrappers::Vector<VectorType> *>(
                     &problem.getSolutionGroup().getF());
 
-                  // forward to the user-provided function and checks
+                  // forward to the user-provided function and check
                   // convergence
                   const auto state = this->check_iteration_status(
-                    problem.getNumIterations(), f__.l2_norm(), x__, f__);
+                    problem.getNumIterations(), f.l2_norm(), x, f);
 
                   // translate the returned value back to Trilinos data
                   // structure

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.