mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Output funcion objects - always call end()
This commit is contained in:
@ -179,7 +179,7 @@ bool Foam::OutputFilterFunctionObject<OutputFilter>::execute
|
|||||||
template<class OutputFilter>
|
template<class OutputFilter>
|
||||||
bool Foam::OutputFilterFunctionObject<OutputFilter>::end()
|
bool Foam::OutputFilterFunctionObject<OutputFilter>::end()
|
||||||
{
|
{
|
||||||
if (active())
|
if (enabled_)
|
||||||
{
|
{
|
||||||
if (!storeFilter_)
|
if (!storeFilter_)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user