From 3fcdf8947397775ca81daedf9e987e15dbcb4974 Mon Sep 17 00:00:00 2001 From: Oliver Sander <oliver.sander@tu-dresden.de> Date: Fri, 29 Sep 2023 15:26:37 +0200 Subject: [PATCH] Fix 'reorder' warning --- dune/microstructure/CorrectorComputer.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dune/microstructure/CorrectorComputer.hh b/dune/microstructure/CorrectorComputer.hh index 659ebccb..f0d989cb 100644 --- a/dune/microstructure/CorrectorComputer.hh +++ b/dune/microstructure/CorrectorComputer.hh @@ -45,12 +45,13 @@ protected: const Material& material_; + double gamma_; + fstream& log_; // Output-log const Dune::ParameterTree& parameterSet_; // const FuncScalar mu_; // const FuncScalar lambda_; - double gamma_; MatrixCT stiffnessMatrix_; VectorCT load_alpha1_,load_alpha2_,load_alpha3_; //right-hand side(load) vectors -- GitLab