mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Removed duplicate msg to Info
This commit is contained in:
@ -65,8 +65,6 @@ Foam::ConstantRateDevolatilisation<CloudType>::ConstantRateDevolatilisation
|
||||
forAll(volatileData_, i)
|
||||
{
|
||||
const word& specieName = volatileData_[i].first();
|
||||
Info<< " " << specieName << endl;
|
||||
|
||||
const label id = owner.composition().localId(idGas, specieName);
|
||||
volatileToGasMap_[i] = id;
|
||||
YVolatile0_[i] = YGasTot*YGas[id];
|
||||
|
||||
Reference in New Issue
Block a user