mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
1st part of pdelab interface finished
This commit is contained in:
committed by
Andreas Lauser
parent
351c18602a
commit
3cca2f082c
@@ -104,7 +104,7 @@ public:
|
||||
{
|
||||
if (globalPos[0]> Right_ - eps_)
|
||||
{
|
||||
return 3e-7;
|
||||
return -3e-4;
|
||||
}
|
||||
// all other boundaries
|
||||
return 0.0;
|
||||
|
||||
Reference in New Issue
Block a user