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
69215358
Commit
69215358
authored
Feb 08, 2010
by
Andrew Heather
Browse files
STYLE: Minor code style corrections
parent
2f0692e0
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/db/dictionary/functionEntries/calcEntry/calcEntry.H
View file @
69215358
...
...
@@ -77,7 +77,6 @@ public:
primitiveEntry
&
entry
,
Istream
&
is
);
};
...
...
src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.C
View file @
69215358
...
...
@@ -703,6 +703,7 @@ void Foam::globalMeshData::calcPointBoundaryFaces
}
}
void
Foam
::
globalMeshData
::
calcGlobalPointBoundaryFaces
()
const
{
if
(
debug
)
...
...
@@ -1743,12 +1744,12 @@ Foam::autoPtr<Foam::globalIndex> Foam::globalMeshData::mergePoints
label
myUniquePoints
=
meshPoints
.
size
()
+
nCoupledMaster
-
nCoupledSlave
;
Pout
<<
"Points :"
<<
nl
<<
" patch : "
<<
meshPoints
.
size
()
<<
nl
<<
" of which coupled : "
<<
nCoupledMaster
+
nCoupledSlave
<<
nl
<<
" of which master : "
<<
nCoupledMaster
<<
nl
<<
" of which slave : "
<<
nCoupledSlave
<<
nl
<<
endl
;
Pout
<<
"Points :"
<<
nl
<<
" patch : "
<<
meshPoints
.
size
()
<<
nl
<<
" of which coupled : "
<<
nCoupledMaster
+
nCoupledSlave
<<
nl
<<
" of which master : "
<<
nCoupledMaster
<<
nl
<<
" of which slave : "
<<
nCoupledSlave
<<
nl
<<
endl
;
// 2. Create global indexing for unique points.
...
...
src/fileFormats/nas/NASCore.H
View file @
69215358
...
...
@@ -64,8 +64,6 @@ public:
//- Construct null
NASCore
();
};
...
...
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