rename "bbox" to "boundingBox"

This commit is contained in:
Andreas Lauser
2013-12-27 18:25:54 +01:00
parent 3278f66be5
commit 29926a7d06
18 changed files with 73 additions and 73 deletions

View File

@@ -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);