ENH: externalLoadSolar: cleanup - avoid multiple registrations

This commit is contained in:
mattijs
2019-06-17 17:03:23 +01:00
committed by Andrew Heather
parent c97b23e253
commit cd36562d92

View File

@ -77,7 +77,7 @@ actions
//- Define again solid
{
name solid;
name solidCells;
type cellSet;
action new;
source boxToCell;
@ -85,7 +85,7 @@ actions
}
{
name solid;
name solidCells;
type cellSet;
action subtract;
source cellToCell;
@ -97,7 +97,7 @@ actions
type cellZoneSet;
action new;
source setToCellZone;
set solid; // cellSet
set solidCells; // cellSet
}
);