STYLE: Corrected comment in error message

This commit is contained in:
andy
2012-01-10 15:31:01 +00:00
parent 396ba5f24e
commit e615b0b401

View File

@ -232,7 +232,7 @@ Foam::scalar Foam::LiquidEvaporation<CloudType>::dh
"const label, " "const label, "
"const label, " "const label, "
"const label" "const label"
")" ") const"
) << "Unknown enthalpyTransfer type" << abort(FatalError); ) << "Unknown enthalpyTransfer type" << abort(FatalError);
} }
} }