diff --git a/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.C b/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.C index 1cd6f06b03..a73b46621e 100644 --- a/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.C +++ b/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.C @@ -444,7 +444,7 @@ void Foam::vtkPV3Foam::updateFoamMesh() meshRegion_, dbPtr_().timeName(), dbPtr_(), - IOobject::MUST_READ_IF_MODIFIED + IOobject::MUST_READ ) ); diff --git a/applications/utilities/postProcessing/graphics/fieldview9Reader/readerDatabase.C b/applications/utilities/postProcessing/graphics/fieldview9Reader/readerDatabase.C index 536eed7fb4..e18963c3d1 100644 --- a/applications/utilities/postProcessing/graphics/fieldview9Reader/readerDatabase.C +++ b/applications/utilities/postProcessing/graphics/fieldview9Reader/readerDatabase.C @@ -260,7 +260,7 @@ void Foam::readerDatabase::loadMesh() meshPtr_ = new fvMeshSubset ( *runTimePtr_, - IOobject::MUST_READ_IF_MODIFIED, + IOobject::MUST_READ, IOobject::AUTO_WRITE ); diff --git a/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.C b/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.C index 7f20d75047..51f08c461e 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.C +++ b/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.C @@ -32,11 +32,11 @@ License defineTypeNameAndDebug(Foam::fieldValues::cellSource, 0); template<> -const char* NamedEnum:: +const char* Foam::NamedEnum:: names[] = {"cellZone", "all"}; -const NamedEnum - fieldValues::cellSource::sourceTypeNames_; +const Foam::NamedEnum + Foam::fieldValues::cellSource::sourceTypeNames_; template<> const char* Foam::NamedEnum:: diff --git a/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.H b/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.H index 44f836428a..c3a033f644 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.H +++ b/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.H @@ -94,7 +94,7 @@ public: }; //- Source type names - static const NamedEnum sourceTypeNames_; + static const NamedEnum sourceTypeNames_; //- Operation type enumeration