From a061bb26b6e7f27b627fa99425787c1041bcffb7 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 22 Dec 2009 22:34:08 +0000
Subject: [PATCH] will need to fix setCOnstructor

---
 Numeric/fullMatrix.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Numeric/fullMatrix.cpp b/Numeric/fullMatrix.cpp
index 8eee380ac2..d15f985431 100644
--- a/Numeric/fullMatrix.cpp
+++ b/Numeric/fullMatrix.cpp
@@ -301,5 +301,6 @@ void fullMatrix<double>::registerBindings(binding *b){
   cb->addMethod("get",&fullMatrix<double>::get);
   cb->addMethod("set",&fullMatrix<double>::set);
   cb->addMethod("gemm",&fullMatrix<double>::gemm);
-  //  cb->setConstructor(constructorPtr<fullMatrix<double>,int,int>);
+  // FIXME DOES NOT COMPILE ON MAC
+  cb->setConstructor(constructorPtr<fullMatrix<double>,int,int>);
 }
-- 
GitLab