-modifiche parziali per PreSimulationLib

This commit is contained in:
luca.mazzoleni
2025-12-10 11:21:55 +01:00
parent c18e80a70d
commit eb3cf0d7ff
4 changed files with 19 additions and 6 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
-- Intestazioni
require( 'EgtBase')
_ENV = EgtProtectGlobal()
EgtEnableDebug( false)
EgtEnableDebug( true)
-- Imposto direttorio libreria specializzata per Travi
EgtAddToPackagePath( BEAM.BASEDIR .. '\\LuaLibs\\?.lua')
@@ -350,7 +350,7 @@ local function MyProcessFeatures()
-- cancello gruppo temporaneo
local idTempGroup = BeamLib.GetTempGroup()
EgtErase( idTempGroup)
--EgtErase( idTempGroup)
if #sOutput > 0 then EgtOutLog( sOutput) end
if nErrCnt > 0 then