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
f8db210a
Commit
f8db210a
authored
Aug 25, 2009
by
mattijs
Browse files
clashing names of temporaries
parent
cc9c4fd3
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/linearUpwind/linearUpwind.C
View file @
f8db210a
...
...
@@ -45,7 +45,7 @@ Foam::linearUpwind<Type>::correction
(
IOobject
(
"linearUpwind
C
orrection("
+
vf
.
name
()
+
')'
,
"linearUpwind
::c
orrection("
+
vf
.
name
()
+
')'
,
mesh
.
time
().
timeName
(),
mesh
,
IOobject
::
NO_READ
,
...
...
src/finiteVolume/interpolation/surfaceInterpolation/schemes/cubic/cubic.H
View file @
f8db210a
...
...
@@ -131,9 +131,12 @@ public:
(
IOobject
(
vf
.
name
(),
"cubic::correction("
+
vf
.
name
()
+
')'
,
mesh
.
time
().
timeName
(),
mesh
mesh
,
IOobject
::
NO_READ
,
IOobject
::
NO_WRITE
,
false
),
surfaceInterpolationScheme
<
Type
>::
interpolate
(
vf
,
kSc
,
-
kSc
)
)
...
...
src/finiteVolume/interpolation/surfaceInterpolation/schemes/localMax/localMax.H
View file @
f8db210a
...
...
@@ -133,7 +133,7 @@ public:
(
IOobject
(
vf
.
name
(),
"localMax::interpolate("
+
vf
.
name
()
+
')'
,
mesh
.
time
().
timeName
(),
mesh
),
...
...
src/finiteVolume/interpolation/surfaceInterpolation/schemes/localMin/localMin.H
View file @
f8db210a
...
...
@@ -133,7 +133,7 @@ public:
(
IOobject
(
vf
.
name
(),
"localMin::interpolate("
+
vf
.
name
()
+
')'
,
mesh
.
time
().
timeName
(),
mesh
),
...
...
src/finiteVolume/interpolation/surfaceInterpolation/schemes/skewCorrected/skewCorrected.H
View file @
f8db210a
...
...
@@ -144,7 +144,7 @@ public:
(
IOobject
(
vf
.
name
(),
"skewCorrected::skewCorrection("
+
vf
.
name
()
+
')'
,
mesh
.
time
().
timeName
(),
mesh
),
...
...
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