Skip to content
GitLab
Explore
Sign in
Register
This is an archived project. Repository and other project resources are read-only.
Commits on Source (1)
COMP: mark function objects as removable
· fc510265
Mark OLESEN
authored
Nov 26, 2021
- ensures that unloading will not affect the rest of the table
fc510265
Hide whitespace changes
Inline
Side-by-side
src/adiosWrite/adiosWrite.C
View file @
fc510265
...
...
@@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2016-202
0
OpenCFD Ltd.
Copyright (C) 2016-202
1
OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
...
...
@@ -37,7 +37,7 @@ namespace Foam
namespace
functionObjects
{
defineTypeNameAndDebug
(
adiosWrite
,
0
);
addToRunTimeSelectionTable
add
Removable
ToRunTimeSelectionTable
(
functionObject
,
adiosWrite
,
...
...