ConeNozzleInjection: Corrected copy constructor

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=2010
This commit is contained in:
Henry Weller 2016-02-28 18:22:38 +00:00
parent 0db8ff34fd
commit eb1498f4c7

View File

@ -223,7 +223,7 @@ Foam::ConeNozzleInjection<CloudType>::ConeNozzleInjection
thetaOuter_(im.thetaOuter_),
sizeDistribution_(im.sizeDistribution_().clone().ptr()),
tanVec1_(im.tanVec1_),
tanVec2_(im.tanVec1_),
tanVec2_(im.tanVec2_),
normal_(im.normal_),
UMag_(im.UMag_),
Cd_(im.Cd_),