mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: BlobSheetAtomization model - corrected copy constructor - mantis #1003
This commit is contained in:
@ -48,7 +48,7 @@ Foam::BlobsSheetAtomization<CloudType>::BlobsSheetAtomization
|
||||
:
|
||||
AtomizationModel<CloudType>(am),
|
||||
B_(am.B_),
|
||||
angle_(am.B_)
|
||||
angle_(am.angle_)
|
||||
{}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user