fixing AquiferModel in AlugridModel

This commit is contained in:
Elyes Ahmed
2022-09-26 10:43:42 +02:00
parent c4c4c7ac88
commit 3832fd5eb7
2 changed files with 7 additions and 23 deletions

View File

@@ -108,15 +108,6 @@ public:
unsigned) const
{ }
/*!
* \brief Add the water which enters or leaves the reservoir due to aquifiers.
*/
template <class Context>
void addToSource(RateVector&,
const Context&,
unsigned) const
{ }
/*!
* \brief This method is called after each Newton-Raphson successful iteration.
*