From ccb9aa2548a837c649e66e556eee4466105d373a Mon Sep 17 00:00:00 2001
From: Thomas De Maet <thomas.demaet@uclouvain.be>
Date: Tue, 15 Feb 2011 09:18:13 +0000
Subject: [PATCH] improving Richards equation stuff

---
 Solver/function.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Solver/function.h b/Solver/function.h
index 6a5ee284c1..cc9d41a583 100644
--- a/Solver/function.h
+++ b/Solver/function.h
@@ -198,6 +198,7 @@ class dataCacheDouble {
   {
     return (_iDependOn.find(&other)!=_iDependOn.end());
   }
+  inline std::vector<dataCacheDouble*> & getDirectDependencies() { return _directDependencies; }
 };
 
 class dataCacheMap {
-- 
GitLab