diff --git a/etc/controlDict b/etc/controlDict index b82989f65b02be23ba76084ffaf38286da15a88c..cfbdf69cb85b911d65f274b4f5c5629045113fed 100644 --- a/etc/controlDict +++ b/etc/controlDict @@ -56,7 +56,7 @@ OptimisationSwitches // - inotify : use inotify framework // - timeStampMaster : do time stamp (and file reading) only on master. // - inotifyMaster : do inotify (and file reading) only on master. - fileModificationChecking timeStamp; + fileModificationChecking timeStampMaster; commsType nonBlocking; //scheduled; //blocking; floatTransfer 0; diff --git a/src/TurbulenceModels/turbulenceModels/turbulenceModel.H b/src/TurbulenceModels/turbulenceModels/turbulenceModel.H index e2177bb72aaf644042f3cb5513130af284a29f70..6f123b77ba39a45e3d2994ad89759d7353dfc96b 100644 --- a/src/TurbulenceModels/turbulenceModels/turbulenceModel.H +++ b/src/TurbulenceModels/turbulenceModels/turbulenceModel.H @@ -207,12 +207,6 @@ public: //- Solve the turbulence equations and correct the turbulence viscosity virtual void correct() = 0; - - //- Default dummy write function - virtual bool writeData(Ostream&) const - { - return true; - } };