tags 356972 +patch
thanks

With the attached patch 'freefem' can be compiled using gcc-4.1.

Regards
Andreas Jochens

diff -urN ../tmp-orig/freefem-3.5.7/freefem/fem/femMisc.hpp 
./freefem/fem/femMisc.hpp
--- ../tmp-orig/freefem-3.5.7/freefem/fem/femMisc.hpp   2006-01-09 
07:47:12.000000000 +0000
+++ ./freefem/fem/femMisc.hpp   2006-05-12 06:21:24.000000000 +0000
@@ -79,6 +79,8 @@
   float norm2(const float& a);// {   return a>0?a:-a;   }
   float imagpart(const float& a);//{   return 0;   }
   float realpart(const float& a);//{   return a;   }
+  cmat id(const cvect& a); 
+  Complex id(const Complex& x); 
   void myassert(int what);
 
   class Complex


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to