Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
77190a35
Commit
77190a35
authored
Jan 05, 2011
by
graham
Browse files
STYLE: trailing whitespace.
parent
b18f6cc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/utilities/parallelProcessing/redistributeMeshPar/redistributeMeshPar.C
View file @
77190a35
...
...
@@ -275,7 +275,7 @@ autoPtr<fvMesh> createMesh
mesh
.
cellZones
()
);
}
mesh
.
addZones
(
pz
,
fz
,
cz
);
mesh
.
addZones
(
pz
,
fz
,
cz
);
}
...
...
@@ -399,7 +399,7 @@ void printMeshData(const polyMesh& mesh)
label
nProcFaces
=
0
;
const
labelList
&
nei
=
patchNeiProcNo
[
procI
];
forAll
(
patchNeiProcNo
[
procI
],
i
)
{
Info
<<
" Number of faces shared with processor "
...
...
Write
Preview
Markdown
is supported
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