From d0df73a744421ace0e2cb92e6b4f6fa2e0b8b5ef Mon Sep 17 00:00:00 2001 From: Manuel Weberndorfer <manuel.weberndorfer@id.ethz.ch> Date: Mon, 1 Nov 2021 15:49:57 +0100 Subject: [PATCH] fix code format - fixes error in CI --- solve/src/include/ae108/solve/GeneralizedNonlinearSolver.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/solve/src/include/ae108/solve/GeneralizedNonlinearSolver.h b/solve/src/include/ae108/solve/GeneralizedNonlinearSolver.h index 77410887..a1dabdb9 100644 --- a/solve/src/include/ae108/solve/GeneralizedNonlinearSolver.h +++ b/solve/src/include/ae108/solve/GeneralizedNonlinearSolver.h @@ -102,9 +102,9 @@ public: * Optimization", Cambridge University Press, 2019, pp. 531-534. PETSc's * nonlinear solver is used to solve the adapted system. * - * This method is also widely known as Lagrange Multiplier Method; - * see Cook, R. D., Malkus, D. S., Plesha, M. E. & Witt, - * R. J. Concepts and Applications of Finite Element Analysis, + * This method is also widely known as Lagrange Multiplier Method; + * see Cook, R. D., Malkus, D. S., Plesha, M. E. & Witt, + * R. J. Concepts and Applications of Finite Element Analysis, * 4th Edition. (Wiley, 2001). * * @param boundaryConditions The generalized boundary conditions. -- GitLab