STYLE: foamToEnsight : remove some extraneous scoping

This commit is contained in:
mattijs
2010-12-16 19:01:48 +00:00
parent cf47570812
commit 2d43d949b7
4 changed files with 46 additions and 46 deletions

View File

@ -37,10 +37,10 @@ using namespace Foam;
void ensightParticlePositions
(
const Foam::fvMesh& mesh,
const Foam::fileName& postProcPath,
const Foam::word& timeFile,
const Foam::word& cloudName,
const fvMesh& mesh,
const fileName& postProcPath,
const word& timeFile,
const word& cloudName,
const bool dataExists
)
{