Skip to content
Snippets Groups Projects
Commit 729d53b8 authored by mattijs's avatar mattijs
Browse files

BUG: ideasUnvToFoam: handling faceZones

parent 32c3482d
Branches
Tags
No related merge requests found
......@@ -909,6 +909,8 @@ int main(int argc, char *argv[])
{
if (own[faceI] != -1 && nei[faceI] != -1)
{
faceToCell[1].insert(faceI, own[faceI]);
faceToCell[0].insert(faceI, nei[faceI]);
cnt++;
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment