Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
daf429d8
Commit
daf429d8
authored
Jan 24, 2011
by
mattijs
Browse files
BUG: mapDistributeTemplates.C : truncating before transformation applied
parent
be54c026
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeTemplates.C
View file @
daf429d8
...
...
@@ -966,8 +966,6 @@ void Foam::mapDistribute::reverseDistribute
const
bool
dummyTransform
)
const
{
fld
.
setSize
(
constructSize
);
if
(
dummyTransform
)
{
applyDummyInverseTransforms
(
fld
);
...
...
@@ -1024,8 +1022,6 @@ void Foam::mapDistribute::reverseDistribute
const
bool
dummyTransform
)
const
{
fld
.
setSize
(
constructSize
);
if
(
dummyTransform
)
{
applyDummyInverseTransforms
(
fld
);
...
...
Write
Preview
Markdown
is supported
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