getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] (no subject)


From: Yves Renard
Subject: [Getfem-commits] (no subject)
Date: Mon, 10 Sep 2018 09:42:46 -0400 (EDT)

branch: master
commit d45990de4781715f1b4001e0d59d7928415bd998
Author: Yves Renard <address@hidden>
Date:   Mon Sep 10 15:42:28 2018 +0200

    minor fix
---
 src/getfem/getfem_interpolation.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/getfem/getfem_interpolation.h 
b/src/getfem/getfem_interpolation.h
index 708db21..5ee69d7 100644
--- a/src/getfem/getfem_interpolation.h
+++ b/src/getfem/getfem_interpolation.h
@@ -719,7 +719,7 @@ namespace getfem {
 
           #pragma omp critical
             for (size_type i = 0; i < V_thrd.size(); ++i) {
-              if (abs(V_thrd[i]) > EPS) V[i] = V_thrd[i];
+              if (gmm::abs(V_thrd[i]) > EPS) V[i] = V_thrd[i];
             }
         });
       }



reply via email to

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