From 80c9a2291cf08ce9c506bf71d46ca03159f119e2 Mon Sep 17 00:00:00 2001 From: Francois Coppens Date: Tue, 20 Jul 2021 11:15:33 +0200 Subject: [PATCH] Replaced with and std::fabs() with fabs() to be C-complient. #25 --- org/qmckl_sherman_morrison_woodbury.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/qmckl_sherman_morrison_woodbury.org b/org/qmckl_sherman_morrison_woodbury.org index a78002f..ef21226 100644 --- a/org/qmckl_sherman_morrison_woodbury.org +++ b/org/qmckl_sherman_morrison_woodbury.org @@ -16,7 +16,7 @@ Low- and high-level functions that use the Sherman-Morrison and Woodbury matrix #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include #ifndef THRESHOLD #define THRESHOLD 1e-3 #endif