mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
functionObjects: Renamed option "adjustableTime" -> "adjustableRunTime" for consistency with Time
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user