COMP: More clang caught compilation errors.

This commit is contained in:
graham
2011-06-06 15:46:22 +01:00
parent 4dd1e92f4a
commit 159e79f681
2 changed files with 3 additions and 3 deletions

View File

@ -12,14 +12,14 @@ tmp<fv::convectionScheme<scalar> > mvConvection
combustion->correct();
dQ = combustion->dQ();
label inertIndex = -1;
volScalarField Yt = 0.0*Y[0];
volScalarField Yt(0.0*Y[0]);
forAll(Y, i)
{
if (Y[i].name() != inertSpecie)
{
volScalarField& Yi = Y[i];
fvScalarMatrix R = combustion->R(Yi);
fvScalarMatrix R(combustion->R(Yi));
fvScalarMatrix YiEqn
(