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
322ccff4
Commit
322ccff4
authored
May 12, 2010
by
mattijs
Browse files
BUG: interpolateXY was not creating correct type. Only worked for scalarField.
parent
925202da
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/interpolations/interpolateXY/interpolateXY.C
View file @
322ccff4
...
...
@@ -41,7 +41,7 @@ Field<Type> interpolateXY
const
Field
<
Type
>&
yOld
)
{
scalarField
yNew
(
xNew
.
size
());
Field
<
Type
>
yNew
(
xNew
.
size
());
forAll
(
xNew
,
i
)
{
...
...
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