From 6de426be702aba52015e30786c6c06ddd5848cd5 Mon Sep 17 00:00:00 2001 From: vishalkenchan Date: Wed, 12 Jul 2017 12:15:02 +0200 Subject: [PATCH] updated authors --- include/deal.II/lac/solver_fire.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/deal.II/lac/solver_fire.h b/include/deal.II/lac/solver_fire.h index f6b7b0d6e9..390be36e60 100644 --- a/include/deal.II/lac/solver_fire.h +++ b/include/deal.II/lac/solver_fire.h @@ -83,7 +83,7 @@ DEAL_II_NAMESPACE_OPEN * Energy-Minimization in Atomic-to-Continuum Scale-Bridging Methods by * Eidel et al. 2011. * - * @author Vishal Boddu 2017 + * @author Vishal Boddu, Denis Davydov, 2017 */ template > class SolverFIRE : public Solver @@ -150,8 +150,6 @@ public: * the objective function's gradient (with respect to the variables) when * passed in as first argument based on the second argument-- the state of * variables. - * - * @author Vishal Boddu, Denis Davydov, 2017 */ template> void solve -- 2.39.5