mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixed compiler errors due to changed temperature signature
This commit is contained in:
parent
7d74f7132c
commit
1974359bbe
@ -161,9 +161,7 @@ public:
|
||||
|
||||
// Return the temperature within a finite volume. We use constant
|
||||
// 10 degrees Celsius.
|
||||
Scalar temperature(const Element &element,
|
||||
const FVElementGeometry &fvElemGeom,
|
||||
int scvIdx) const
|
||||
Scalar temperature() const
|
||||
{ return 283.15; };
|
||||
|
||||
// Specifies which kind of boundary condition should be used for
|
||||
|
Loading…
Reference in New Issue
Block a user