Tags: + patch

By chance, I encountered the same bug in another project.
I attach a patch here as well.

Cheers
-- 
Slávek
Index: b/src/gle/surface/ffitcontour.cpp
===================================================================
--- a/src/gle/surface/ffitcontour.cpp
+++ b/src/gle/surface/ffitcontour.cpp
@@ -43,15 +43,9 @@
 
 /* "f2c.h" defines abs() -- conflict with the definition in <math.h> */
 /* changing the order solves the problem */
-#if ( defined(__OS2__) && defined(__EMX__) ) || defined(__WIN32__)
 #include <stdio.h>
 #include <math.h>
 #include "f2c.h"
-#else
-#include "f2c.h"
-#include <stdio.h>
-#include <math.h>
-#endif
 
 doublereal gutre2_(real* a, real* b);
 void gd_message__(const char *s, int l);
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to