STYLE: minor typo in comments

This commit is contained in:
Mark Olesen
2010-06-09 08:58:41 +02:00
parent 1a17581567
commit d5ec1d3cee
12 changed files with 12 additions and 12 deletions

View File

@ -271,7 +271,7 @@ void PDRkEpsilon::correct()
volScalarField G("RASModel::G", mut_*(tgradU() && dev(twoSymm(tgradU()))));
tgradU.clear();
// Update espsilon and G at the wall
// Update epsilon and G at the wall
epsilon_.boundaryField().updateCoeffs();
// Add the blockage generation term so that it is included consistently