minor formatting changes

This commit is contained in:
andy
2009-08-17 18:26:35 +01:00
parent 52a3897863
commit c6aaf9be58
9 changed files with 22 additions and 26 deletions

View File

@ -66,8 +66,8 @@ Foam::systemCall::~systemCall()
void Foam::systemCall::read(const dictionary& dict)
{
dict.readIfPresent("executeCalls", executeCalls_);
dict.readIfPresent("endCalls", endCalls_);
dict.readIfPresent("writeCalls", writeCalls_);
dict.readIfPresent("endCalls", endCalls_);
dict.readIfPresent("writeCalls", writeCalls_);
if (executeCalls_.empty() && endCalls_.empty() && writeCalls_.empty())
{

View File

@ -101,9 +101,8 @@ public:
);
// Destructor
virtual ~systemCall();
//- Destructor
virtual ~systemCall();
// Member Functions