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-plus
Commits
1cd4e2b8
Commit
1cd4e2b8
authored
Aug 11, 2016
by
Henry Weller
Browse files
chemPointISAT: Removed deprecated 'register' type specifier
parent
7c8c4d73
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/thermophysicalModels/chemistryModel/chemistryModel/TDACChemistryModel/tabulation/ISAT/chemPointISAT/chemPointISAT.C
View file @
1cd4e2b8
...
...
@@ -663,9 +663,9 @@ bool Foam::chemPointISAT<CompType, ThermoType>::grow(const scalarField& phiq)
scalarField
u
(
gamma
*
phiTilde
);
scalarField
v
(
dim
,
0
);
for
(
label
i
=
0
;
i
<
dim
;
i
++
)
for
(
label
i
=
0
;
i
<
dim
;
i
++
)
{
for
(
register
label
j
=
0
;
j
<=
i
;
j
++
)
for
(
label
j
=
0
;
j
<=
i
;
j
++
)
{
v
[
i
]
+=
phiTilde
[
j
]
*
LT_
(
j
,
i
);
}
...
...
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