Removed check for wells, no longer necessary since we support them now.

This commit is contained in:
Atgeirr Flø Rasmussen 2011-02-03 15:44:36 +01:00
parent a0c54cb6de
commit c1e686a3d6

View File

@ -346,10 +346,6 @@ public:
void explicitTransport(const double dt,
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.
well_t* wells = NULL;