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
f066a9b5
Commit
f066a9b5
authored
Sep 22, 2016
by
Henry Weller
Browse files
Updated template formatting
Resolves bug-report
http://bugs.openfoam.org/view.php?id=2264
parent
447cdc20
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeBaseTemplates.C
View file @
f066a9b5
...
...
@@ -461,7 +461,7 @@ void Foam::mapDistributeBase::distribute
{
// Set up sends to neighbours
List
<
List
<
T
>
>
sendFields
(
Pstream
::
nProcs
());
List
<
List
<
T
>
>
sendFields
(
Pstream
::
nProcs
());
for
(
label
domain
=
0
;
domain
<
Pstream
::
nProcs
();
domain
++
)
{
...
...
@@ -495,7 +495,7 @@ void Foam::mapDistributeBase::distribute
// Set up receives from neighbours
List
<
List
<
T
>
>
recvFields
(
Pstream
::
nProcs
());
List
<
List
<
T
>
>
recvFields
(
Pstream
::
nProcs
());
for
(
label
domain
=
0
;
domain
<
Pstream
::
nProcs
();
domain
++
)
{
...
...
@@ -938,7 +938,7 @@ void Foam::mapDistributeBase::distribute
{
// Set up sends to neighbours
List
<
List
<
T
>
>
sendFields
(
Pstream
::
nProcs
());
List
<
List
<
T
>
>
sendFields
(
Pstream
::
nProcs
());
for
(
label
domain
=
0
;
domain
<
Pstream
::
nProcs
();
domain
++
)
{
...
...
@@ -972,7 +972,7 @@ void Foam::mapDistributeBase::distribute
// Set up receives from neighbours
List
<
List
<
T
>
>
recvFields
(
Pstream
::
nProcs
());
List
<
List
<
T
>
>
recvFields
(
Pstream
::
nProcs
());
for
(
label
domain
=
0
;
domain
<
Pstream
::
nProcs
();
domain
++
)
{
...
...
src/thermophysicalModels/chemistryModel/chemistrySolver/chemistrySolver/makeChemistrySolverTypes.H
View file @
f066a9b5
...
...
@@ -39,8 +39,8 @@ License
#define makeChemistrySolverType(SS, Comp, Thermo) \
\
typedef SS<chemistryModel<Comp, Thermo>
> SS##Comp##Thermo; \
typedef SS<TDACChemistryModel<Comp, Thermo>
> TDAC##SS##Comp##Thermo; \
typedef SS<chemistryModel<Comp, Thermo>> SS##Comp##Thermo;
\
typedef SS<TDACChemistryModel<Comp, Thermo>> TDAC##SS##Comp##Thermo;
\
\
defineTemplateTypeNameAndDebugWithName \
( \
...
...
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