mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-18 13:22:56 -06:00
Minor bug.
This commit is contained in:
parent
939ddd8fe6
commit
22a34c70b4
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user