Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
536269a2
Commit
536269a2
authored
Oct 23, 2008
by
mattijs
Browse files
use new bounding box
parent
651a64d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/meshTools/searchableSurface/distributedTriSurfaceMesh.C
View file @
536269a2
...
...
@@ -1904,8 +1904,8 @@ void Foam::distributedTriSurfaceMesh::distribute
}
else
{
dict_
.
set
(
"bounds"
,
procBb_
[
Pstream
::
myProcNo
()]);
procBb_
.
transfer
(
newProcBb
);
dict_
.
set
(
"bounds"
,
procBb_
[
Pstream
::
myProcNo
()]);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment