Skip to content
Snippets Groups Projects
Commit de015622 authored by Henry Weller's avatar Henry Weller
Browse files

ConeNozzleInjection: Corrected copy constructor

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=2010
parent f572fdcf
Branches
Tags
1 merge request!33Merge foundation
......@@ -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_),
......
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