mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
functionObjectList: Rationalized and simplified the handling of disabled functionObjects
Simplified and generalized the handling of functionObjects which fail to construct by removing them from the list rather than maintaining an "enabled" switch in each functionObject.
This commit is contained in:
@ -699,7 +699,7 @@ Foam::Time::~Time()
|
||||
removeWatch(controlDict_.watchIndex());
|
||||
}
|
||||
|
||||
// destroy function objects first
|
||||
// Destroy function objects first
|
||||
functionObjects_.clear();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user