Skip to content
Snippets Groups Projects
Commit fb8a3623 authored by andy's avatar andy
Browse files

STYLE: limit code to 80 chars

parent 79a4326b
Branches
Tags
No related merge requests found
......@@ -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_))
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment