diff --git a/src/OpenFOAM/db/Time/Time.C b/src/OpenFOAM/db/Time/Time.C index a2f92f166a..b7038b6c56 100644 --- a/src/OpenFOAM/db/Time/Time.C +++ b/src/OpenFOAM/db/Time/Time.C @@ -1342,14 +1342,14 @@ Foam::Time& Foam::Time::operator++() ) ) { - FatalErrorInFunction + WarningInFunction << "Current time name " << dimensionedScalar::name() << " is set to an instance prior to the " "previous one " << oldTimeName << nl << " This might result in temporal " "discontinuities." - << exit(FatalError); + << endl; } } }