Minor bug.

This commit is contained in:
Xavier Raynaud
2012-03-06 15:58:30 +01:00
parent 941bd814f0
commit ab93403b18

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.