From 02a7999a5c82d483b65c3f989dd54dc88fc73d9d Mon Sep 17 00:00:00 2001
From: Eric Bechet <eric.bechet@ulg.ac.be>
Date: Fri, 11 Dec 2009 14:45:20 +0000
Subject: [PATCH] nix

---
 Solver/functionSpace.h | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/Solver/functionSpace.h b/Solver/functionSpace.h
index 0130c38804..9007b27ae1 100644
--- a/Solver/functionSpace.h
+++ b/Solver/functionSpace.h
@@ -315,15 +315,6 @@ class CompositeFunctionSpace : public FunctionSpace<T>
     return ndofs;
   }
 
-  virtual int getKeys(MElement *ele, Dof *keys)
-  {
-    Dof *kptr=keys;
-    for (iterFS it=_spaces.begin(); it!=_spaces.end();++it)
-    {
-      (*it)->getKeys(ele,kptr);
-      kptr+=(*it)->getNumKeys(ele);
-    }
-  }  
   virtual int getKeys(MElement *ele, std::vector<Dof> &keys)
   {
     for (iterFS it=_spaces.begin(); it!=_spaces.end();++it)
-- 
GitLab