removing function allow_cross_flow() from StandardWellsDense

This commit is contained in:
Kai Bao
2017-06-28 14:22:16 +02:00
parent 229244142f
commit 9c215faade
5 changed files with 9 additions and 43 deletions

View File

@@ -723,7 +723,7 @@ namespace Opm
StandardWell<TypeTag>::
crossFlowAllowed(const Simulator& ebosSimulator) const
{
if (allowCrossFlow()) {
if (allow_cf_) {
return true;
}