Skip to content
Snippets Groups Projects
Commit 8b861a6d authored by Soeren Peters's avatar Soeren Peters
Browse files

Comment out of rint, as this should be provided by windows.

parent caac3ffe
No related branches found
No related tags found
1 merge request!40Switch to metis 5.1.0 (Closes #16)
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment