mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
correcting typo
This commit is contained in:
@ -398,7 +398,7 @@ void Foam::InjectionModel<CloudType>::inject(TrackData& td)
|
|||||||
parcelType* pPtr = new parcelType(td.cloud(), pos, cellI);
|
parcelType* pPtr = new parcelType(td.cloud(), pos, cellI);
|
||||||
|
|
||||||
// Assign new parcel properties in injection model
|
// Assign new parcel properties in injection model
|
||||||
setProperties(parcelI, newParcels, timeInj, &pPtr);
|
setProperties(parcelI, newParcels, timeInj, *pPtr);
|
||||||
|
|
||||||
// Check new parcel properties
|
// Check new parcel properties
|
||||||
td.cloud().checkParcelProperties(pPtr, dt, fullyDescribed());
|
td.cloud().checkParcelProperties(pPtr, dt, fullyDescribed());
|
||||||
|
|||||||
Reference in New Issue
Block a user