Skip to content
GitLab
Menu
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
9ef72571
Commit
9ef72571
authored
Mar 20, 2009
by
mattijs
Browse files
more space
parent
1a165241
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C
View file @
9ef72571
...
...
@@ -143,7 +143,7 @@ void Foam::processorPolyPatch::initGeometry()
(
Pstream
::
blocking
,
neighbProcNo
(),
3
*
(
sizeof
(
label
)
+
size
()
*
sizeof
(
vector
)
+
sizeof
(
float
))
3
*
(
sizeof
(
label
)
+
size
()
*
sizeof
(
vector
)
+
sizeof
(
scalar
))
);
toNeighbProc
...
...
@@ -163,7 +163,7 @@ void Foam::processorPolyPatch::calcGeometry()
(
Pstream
::
blocking
,
neighbProcNo
(),
3
*
(
sizeof
(
label
)
+
size
()
*
sizeof
(
vector
)
+
sizeof
(
float
))
3
*
(
sizeof
(
label
)
+
size
()
*
sizeof
(
vector
)
+
sizeof
(
scalar
))
);
fromNeighbProc
>>
neighbFaceCentres_
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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