Removed check for wells, no longer necessary since we support them now.
This commit is contained in:
parent
a0c54cb6de
commit
c1e686a3d6
@ -346,10 +346,6 @@ public:
|
|||||||
void explicitTransport(const double dt,
|
void explicitTransport(const double dt,
|
||||||
double* cell_surfvols)
|
double* cell_surfvols)
|
||||||
{
|
{
|
||||||
if (wells_.number_of_wells != 0) {
|
|
||||||
throw std::runtime_error("Error in TPFACompressiblePressureSolver::explicitTransport(): "
|
|
||||||
"This function does not work with wells yet.");
|
|
||||||
}
|
|
||||||
int np = 3; // Number of phases.
|
int np = 3; // Number of phases.
|
||||||
|
|
||||||
well_t* wells = NULL;
|
well_t* wells = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user