This commit is contained in:
Vegard Kippe 2024-06-03 15:26:16 +02:00
parent 59aee6c56c
commit 78cc10f620

View File

@ -972,7 +972,7 @@ public:
val.second = press - density*dz*grav; val.second = press - density*dz*grav;
} }
else if ((key.first == "BFLOWI") || else if ((key.first == "BFLOWI") ||
(key.first == "BLFOWJ") || (key.first == "BFLOWJ") ||
(key.first == "BFLOWK")) (key.first == "BFLOWK"))
{ {
auto dir = FaceDir::ToIntersectionIndex(Dir::XPlus); auto dir = FaceDir::ToIntersectionIndex(Dir::XPlus);