From 8b861a6d0d52a2c3e7f872a141d56aec1afe3f61 Mon Sep 17 00:00:00 2001
From: Soeren Peters <peters@irmb.tu-bs.de>
Date: Tue, 6 Apr 2021 11:47:26 +0200
Subject: [PATCH] Comment out of rint, as this should be provided by windows.

---
 3rdParty/metis/metis-5.1.0/GKlib/gk_arch.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/3rdParty/metis/metis-5.1.0/GKlib/gk_arch.h b/3rdParty/metis/metis-5.1.0/GKlib/gk_arch.h
index 2cb80ccf2..01c72e56b 100644
--- a/3rdParty/metis/metis-5.1.0/GKlib/gk_arch.h
+++ b/3rdParty/metis/metis-5.1.0/GKlib/gk_arch.h
@@ -60,7 +60,7 @@ typedef ptrdiff_t ssize_t;
 
 #ifdef __MSC__
 /* MSC does not have rint() function */
-#define rint(x) ((int)((x)+0.5))  
+//#define rint(x) ((int)((x)+0.5))  
 
 /* MSC does not have INFINITY defined */
 #ifndef INFINITY
-- 
GitLab