Skip to content
Snippets Groups Projects
Commit 63b6dc47 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 686121d1
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ namespace functionObjects ...@@ -43,7 +43,7 @@ namespace functionObjects
{ {
defineTypeNameAndDebug(autoAreaToVolumeMapping, 0); defineTypeNameAndDebug(autoAreaToVolumeMapping, 0);
addToRunTimeSelectionTable addRemovableToRunTimeSelectionTable
( (
functionObject, functionObject,
autoAreaToVolumeMapping, autoAreaToVolumeMapping,
......
...@@ -45,7 +45,7 @@ namespace functionObjects ...@@ -45,7 +45,7 @@ namespace functionObjects
{ {
defineTypeNameAndDebug(gridfileWrite, 0); defineTypeNameAndDebug(gridfileWrite, 0);
addToRunTimeSelectionTable addRemovableToRunTimeSelectionTable
( (
functionObject, functionObject,
gridfileWrite, gridfileWrite,
......
...@@ -42,7 +42,7 @@ namespace functionObjects ...@@ -42,7 +42,7 @@ namespace functionObjects
{ {
defineTypeNameAndDebug(shapefileWrite, 0); defineTypeNameAndDebug(shapefileWrite, 0);
addToRunTimeSelectionTable addRemovableToRunTimeSelectionTable
( (
functionObject, functionObject,
shapefileWrite, shapefileWrite,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment