Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev

This commit is contained in:
andy
2009-01-13 15:51:09 +00:00
318 changed files with 2034 additions and 1437 deletions

View File

@ -220,7 +220,7 @@ void Foam::forces::read(const dictionary& dict)
void Foam::forces::makeFile()
{
// Create the forces file if not already created
if (!forcesFilePtr_.valid())
if (forcesFilePtr_.empty())
{
if (debug)
{

View File

@ -93,7 +93,7 @@ void Foam::minMaxFields::read(const dictionary& dict)
void Foam::minMaxFields::makeFile()
{
// Create the minMaxFields file if not already created
if (!minMaxFieldsFilePtr_.valid())
if (minMaxFieldsFilePtr_.empty())
{
if (debug)
{