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

@ -36,12 +36,12 @@ using namespace Foam;
template<class Type>
void ensightCloudField
(
const Foam::IOobject& fieldObject,
const Foam::fileName& postProcPath,
const Foam::word& prepend,
const Foam::label timeIndex,
const Foam::word& cloudName,
Foam::Ostream& ensightCaseFile,
const IOobject& fieldObject,
const fileName& postProcPath,
const word& prepend,
const label timeIndex,
const word& cloudName,
Ostream& ensightCaseFile,
const bool dataExists
)
{