mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
#GENERAL
* Remove dependencies from UTILS.Routines * Remove UTILS.Routines
This commit is contained in:
@@ -439,7 +439,7 @@ do -- SET_BASE
|
||||
function SET_BASE:SetDatabase( BaseSet )
|
||||
|
||||
-- Copy the filter criteria of the BaseSet
|
||||
local OtherFilter = routines.utils.deepCopy( BaseSet.Filter )
|
||||
local OtherFilter = UTILS.DeepCopy( BaseSet.Filter )
|
||||
self.Filter = OtherFilter
|
||||
|
||||
-- Now base the new Set on the BaseSet
|
||||
|
||||
Reference in New Issue
Block a user