Skip to content
Snippets Groups Projects
Commit f2d25c5e authored by Henry's avatar Henry
Browse files

Time: set runTimeModifiable off by default

parent 53c91b46
Branches
Tags
No related merge requests found
......@@ -334,7 +334,7 @@ Foam::Time::Time
writeVersion_(IOstream::currentVersion),
writeCompression_(IOstream::UNCOMPRESSED),
graphFormat_("raw"),
runTimeModifiable_(true),
runTimeModifiable_(false),
functionObjects_(*this, enableFunctionObjects)
{
......@@ -427,7 +427,7 @@ Foam::Time::Time
writeVersion_(IOstream::currentVersion),
writeCompression_(IOstream::UNCOMPRESSED),
graphFormat_("raw"),
runTimeModifiable_(true),
runTimeModifiable_(false),
functionObjects_(*this, !args.optionFound("noFunctionObjects"))
{
......@@ -523,7 +523,7 @@ Foam::Time::Time
writeVersion_(IOstream::currentVersion),
writeCompression_(IOstream::UNCOMPRESSED),
graphFormat_("raw"),
runTimeModifiable_(true),
runTimeModifiable_(false),
functionObjects_(*this, enableFunctionObjects)
{
......@@ -619,7 +619,7 @@ Foam::Time::Time
writeVersion_(IOstream::currentVersion),
writeCompression_(IOstream::UNCOMPRESSED),
graphFormat_("raw"),
runTimeModifiable_(true),
runTimeModifiable_(false),
functionObjects_(*this, enableFunctionObjects)
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment