Skip to content
Snippets Groups Projects

Switch to metis 5.1.0 (Closes #16)

Merged Sören Peters requested to merge soe.peters/VirtualFluids:feature/metis_5_1_0 into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading