getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] [getfem-commits] branch master updated: Remove unused c


From: Konstantinos Poulios
Subject: [Getfem-commits] [getfem-commits] branch master updated: Remove unused class members
Date: Mon, 18 Mar 2024 02:35:44 -0400

This is an automated email from the git hooks/post-receive script.

logari81 pushed a commit to branch master
in repository getfem.

The following commit(s) were added to refs/heads/master by this push:
     new 1fbeda65 Remove unused class members
1fbeda65 is described below

commit 1fbeda651db11cb8f28d282a1ead869db41d3e7a
Author: Konstantinos Poulios <logari81@gmail.com>
AuthorDate: Mon Mar 18 07:35:21 2024 +0100

    Remove unused class members
---
 src/getfem/getfem_model_solvers.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/getfem/getfem_model_solvers.h 
b/src/getfem/getfem_model_solvers.h
index da570c01..5fcf943e 100644
--- a/src/getfem/getfem_model_solvers.h
+++ b/src/getfem/getfem_model_solvers.h
@@ -255,7 +255,7 @@ namespace getfem {
   struct quadratic_newton_line_search : public abstract_newton_line_search {
     double R0_, R1_;
 
-    double alpha, alpha_mult, first_res, alpha_max_ratio, alpha_min;
+    double alpha, first_res;
     virtual void init_search(double r, size_t git, double R0 = 0.0) {
       GMM_ASSERT1(R0 != 0.0, "You have to specify R0");
       glob_it = git;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]