functionObjects: Renamed option "adjustableTime" -> "adjustableRunTime" for consistency with Time

This commit is contained in:
Henry Weller
2016-05-07 09:32:00 +01:00
parent 9461c7828f
commit 8bc3d5e4fb
10 changed files with 18 additions and 18 deletions

View File

@ -220,7 +220,7 @@ public:
return name_;
}
//- Read the field min/max data
//- Read the controls
virtual void read(const dictionary&);
//- Execute, currently does nothing

View File

@ -179,7 +179,7 @@ public:
return name_;
}
//- Read the field min/max data
//- Read the set of fields from dictionary
virtual void read(const dictionary&);
//- Execute, currently does nothing

View File

@ -175,7 +175,7 @@ public:
return name_;
}
//- Read the field min/max data
//- Read the controls
virtual void read(const dictionary&);
//- Execute, currently does nothing