From 944b3defbbb04827f524701d52a7f1372dc7c4f7 Mon Sep 17 00:00:00 2001
From: Thomas De Maet <thomas.demaet@uclouvain.be>
Date: Mon, 4 Jul 2011 07:56:29 +0000
Subject: [PATCH] trois corrections

---
 Solver/function.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Solver/function.cpp b/Solver/function.cpp
index af9d8e5701..417f0a0996 100644
--- a/Solver/function.cpp
+++ b/Solver/function.cpp
@@ -96,7 +96,7 @@ class functionNormals : public function {
   static functionNormals *_instance;
   // constructor is private only 1 instance can exists, call get to
   // access the instance
-  functionNormals() : function(0){} 
+  functionNormals() : function(1){} 
  public:
   void call(dataCacheMap *m, fullMatrix<double> &sol) 
   {
-- 
GitLab