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
· 63b6dc47
Mark OLESEN
authored
Nov 26, 2021
- ensures that unloading will not affect the rest of the table
63b6dc47
Hide whitespace changes
Inline
Side-by-side
src/avalanche/functionObjects/autoAreaToVolumeMapping.C
View file @
63b6dc47
...
...
@@ -43,7 +43,7 @@ namespace functionObjects
{
defineTypeNameAndDebug
(
autoAreaToVolumeMapping
,
0
);
addToRunTimeSelectionTable
add
Removable
ToRunTimeSelectionTable
(
functionObject
,
autoAreaToVolumeMapping
,
...
...
src/avalanche/functionObjects/gridfileWrite.C
View file @
63b6dc47
...
...
@@ -45,7 +45,7 @@ namespace functionObjects
{
defineTypeNameAndDebug
(
gridfileWrite
,
0
);
addToRunTimeSelectionTable
add
Removable
ToRunTimeSelectionTable
(
functionObject
,
gridfileWrite
,
...
...
src/avalanche/functionObjects/shapefileWrite.C
View file @
63b6dc47
...
...
@@ -42,7 +42,7 @@ namespace functionObjects
{
defineTypeNameAndDebug
(
shapefileWrite
,
0
);
addToRunTimeSelectionTable
add
Removable
ToRunTimeSelectionTable
(
functionObject
,
shapefileWrite
,
...
...