Skip to content
Snippets Groups Projects
Commit ab48cce4 authored by mattijs's avatar mattijs
Browse files

ENH: externalLoadSolar: cleanup - avoid multiple registrations

parent d3735df3
No related merge requests found
...@@ -77,7 +77,7 @@ actions ...@@ -77,7 +77,7 @@ actions
//- Define again solid //- Define again solid
{ {
name solid; name solidCells;
type cellSet; type cellSet;
action new; action new;
source boxToCell; source boxToCell;
...@@ -85,7 +85,7 @@ actions ...@@ -85,7 +85,7 @@ actions
} }
{ {
name solid; name solidCells;
type cellSet; type cellSet;
action subtract; action subtract;
source cellToCell; source cellToCell;
...@@ -97,7 +97,7 @@ actions ...@@ -97,7 +97,7 @@ actions
type cellZoneSet; type cellZoneSet;
action new; action new;
source setToCellZone; source setToCellZone;
set solid; // cellSet set solidCells; // cellSet
} }
); );
......
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