Skip to content

Commit

Permalink
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mattijs committed Oct 31, 2014
2 parents 6a4d8bb + 6482bfa commit dc7d7b5
Showing 1 changed file with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
Expand Down Expand Up @@ -344,15 +344,7 @@ void Foam::coupledPolyPatch::calcTransformTensors
Pout<< " error:" << error << endl;
}

if (transform == NOORDERING)
{
forwardT_.setSize(0);
reverseT_.setSize(0);

separation_.setSize(0);
collocated_ = boolList(1, true);
}
else if
if
(
transform == ROTATIONAL
|| (
Expand Down

0 comments on commit dc7d7b5

Please sign in to comment.