Skip to content
Snippets Groups Projects
Commit ccb9aa25 authored by Thomas De Maet's avatar Thomas De Maet
Browse files

improving Richards equation stuff

parent 4a05073c
Branches
Tags
No related merge requests found
...@@ -198,6 +198,7 @@ class dataCacheDouble { ...@@ -198,6 +198,7 @@ class dataCacheDouble {
{ {
return (_iDependOn.find(&other)!=_iDependOn.end()); return (_iDependOn.find(&other)!=_iDependOn.end());
} }
inline std::vector<dataCacheDouble*> & getDirectDependencies() { return _directDependencies; }
}; };
class dataCacheMap { class dataCacheMap {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment