mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
rename "bbox" to "boundingBox"
This commit is contained in:
@@ -244,7 +244,7 @@ public:
|
||||
|
||||
values.setFreeFlow(context, spaceIdx, timeIdx, fs);
|
||||
}
|
||||
else if (pos[0] > this->bboxMax()[0] - eps_) {
|
||||
else if (pos[0] > this->boundingBoxMax()[0] - eps_) {
|
||||
// forced outflow at the right boundary
|
||||
RateVector massRate(0.0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user