Skip to content
Snippets Groups Projects
Commit a11d308e authored by mattijs's avatar mattijs
Browse files

ENH: coupledPolyPatch: zero sized patch is parallel, non-separated

parent bd6ed2c2
Branches
Tags
No related merge requests found
...@@ -244,10 +244,10 @@ void Foam::coupledPolyPatch::calcTransformTensors ...@@ -244,10 +244,10 @@ void Foam::coupledPolyPatch::calcTransformTensors
if (Cf.size() == 0) if (Cf.size() == 0)
{ {
// Dummy geometry. // Dummy geometry. Assume non-separated, parallel.
separation_.setSize(0); separation_.setSize(0);
forwardT_ = I; forwardT_.clear();
reverseT_ = I; reverseT_.clear();
collocated_.setSize(0); collocated_.setSize(0);
} }
else else
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment