Minor bug.

This commit is contained in:
Xavier Raynaud 2012-03-06 15:58:30 +01:00
parent 939ddd8fe6
commit 22a34c70b4

View File

@ -26,6 +26,7 @@
#include <opm/core/utility/Units.hpp>
#include <tr1/array>
#include <cmath>
// Helper structs and functions for the implementation.
@ -125,6 +126,7 @@ namespace
const double* cell_permeability,
const double skin_factor)
{
using namespace std;
// sse: Using the Peaceman model.
// NOTE: The formula is valid for cartesian grids, so the result can be a bit
// (in worst case: there is no upper bound for the error) off the mark.