typo - missing ()'s

This commit is contained in:
andy 2009-05-18 19:36:31 +01:00
parent 868e2e4096
commit 6f68f6fb20

View File

@ -176,7 +176,7 @@ void Foam::ReactingMultiphaseParcel<ParcelType>::cellValueSourceCorrection
const scalar fCarrier = -1.0/td.constProps().hRetentionCoeff(); const scalar fCarrier = -1.0/td.constProps().hRetentionCoeff();
const scalar dh = 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); this->Tc_ += dh/(this->cpc_*massCellNew);
} }