Non-const access to controls
This commit is contained in:
parent
fa313560d0
commit
82491a5f79
1 changed files with 2 additions and 1 deletions
|
@ -242,12 +242,13 @@ public:
|
|||
return rootPath()/caseName();
|
||||
}
|
||||
|
||||
//- Return access to controlDict for editing
|
||||
//- Return access to controlDict
|
||||
IOdictionary& controlDict()
|
||||
{
|
||||
return controlDict_;
|
||||
}
|
||||
|
||||
//- Return controlDict
|
||||
const dictionary& controlDict() const
|
||||
{
|
||||
return controlDict_;
|
||||
|
|
Reference in a new issue