STYLE: limit code to 80 chars

This commit is contained in:
andy
2012-08-02 15:00:38 +01:00
parent 79a4326b25
commit fb8a362350

View File

@ -65,7 +65,8 @@ void diffusion<CombThermoType, ThermoType>::correct()
const label fuelI = this->singleMixturePtr_->fuelIndex();
const volScalarField& YFuel = this->thermoPtr_->composition().Y()[fuelI];
const volScalarField& YFuel =
this->thermoPtr_->composition().Y()[fuelI];
if (this->thermoPtr_->composition().contains(oxidantName_))
{