Skip to content
Snippets Groups Projects
Commit de937e59 authored by Andrew Heather's avatar Andrew Heather
Browse files

typo - missing ()'s

parent a723b85a
Branches
Tags
No related merge requests found
......@@ -176,7 +176,7 @@ void Foam::ReactingMultiphaseParcel<ParcelType>::cellValueSourceCorrection
const scalar fCarrier = -1.0/td.constProps().hRetentionCoeff();
const scalar dh =
td.cloud().hsTrans()[cellI] + fCarrier*td.cloud().hcTrans[cellI];
td.cloud().hsTrans()[cellI] + fCarrier*td.cloud().hcTrans()[cellI];
this->Tc_ += dh/(this->cpc_*massCellNew);
}
......
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