mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fix -pedantic warnings, make the 'generalproblem' decoupled only
the last point is necessarry because the box models are pretty much decoupled from trunk by now...
This commit is contained in:
parent
3882013f1c
commit
7df261d46a
@ -190,7 +190,7 @@ public:
|
||||
//! 10 degrees Celsius.
|
||||
template <class Context>
|
||||
Scalar temperature(const Context &context, int spaceIdx, int timeIdx) const
|
||||
{ return 283.15; };
|
||||
{ return 283.15; }
|
||||
|
||||
/*! Intrinsic permeability tensor K \f$[m^2]\f$ depending
|
||||
* on the position in the domain
|
||||
|
Loading…
Reference in New Issue
Block a user