getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] [getfem-commits] branch remove-local-superlu updated: F


From: Konstantinos Poulios
Subject: [Getfem-commits] [getfem-commits] branch remove-local-superlu updated: Fix typo
Date: Mon, 18 Dec 2023 19:04:33 -0500

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

logari81 pushed a commit to branch remove-local-superlu
in repository getfem.

The following commit(s) were added to refs/heads/remove-local-superlu by this 
push:
     new c53ddd92 Fix typo
c53ddd92 is described below

commit c53ddd924d5c6f882813cd0b097717f45e2f348b
Author: Konstantinos Poulios <logari81@gmail.com>
AuthorDate: Tue Dec 19 01:04:23 2023 +0100

    Fix typo
---
 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 e3397197..ca93ceb2 100644
--- a/src/getfem/getfem_model_solvers.h
+++ b/src/getfem/getfem_model_solvers.h
@@ -642,7 +642,7 @@ namespace getfem {
         return std::make_shared<linear_solver_mumps_sym<MATRIX, VECTOR>>();
       else
         return std::make_shared<linear_solver_mumps<MATRIX, VECTOR>>();
-# elif definded(GETFEM_USES_SUPERLU)
+# elif defined(GETFEM_USES_SUPERLU)
       return std::make_shared<linear_solver_superlu<MATRIX, VECTOR>>();
 # else
       static_assert(false,



reply via email to

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