Skip to content
Snippets Groups Projects
Commit fc510265 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

COMP: mark function objects as removable

- ensures that unloading will not affect the rest of the table
parent 0d904f91
Branches
Tags v2112
No related merge requests found
......@@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2016-2020 OpenCFD Ltd.
Copyright (C) 2016-2021 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
......@@ -37,7 +37,7 @@ namespace Foam
namespace functionObjects
{
defineTypeNameAndDebug(adiosWrite, 0);
addToRunTimeSelectionTable
addRemovableToRunTimeSelectionTable
(
functionObject,
adiosWrite,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment