mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Corrected ReactingParcel static propHeader
This commit is contained in:
@ -30,7 +30,7 @@ License
|
|||||||
|
|
||||||
template<class ParcelType>
|
template<class ParcelType>
|
||||||
Foam::string Foam::ReactingParcel<ParcelType>::propHeader =
|
Foam::string Foam::ReactingParcel<ParcelType>::propHeader =
|
||||||
ThermoParcel<ParcelType>::propHeader
|
ParcelType::propHeader
|
||||||
+ " mass0"
|
+ " mass0"
|
||||||
+ " nPhases(Y1..YN)";
|
+ " nPhases(Y1..YN)";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user